Html Css Color HEX #04BA93 Caribbean Green

📋 copy color: '#04BA93'

red 4 ◦ green 186 ◦ blue 147

#04BA93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #04BA93

Tints of Caribbean Green #04BA93

RGB

 RED value IS 4 (1.95% from 255) = 1.19%

 GREEN value IS 186 (73.05% from 255) = 55.19%

 BLUE value IS 147 (57.81% from 255) = 43.62%

R = 1.19%
G = 55.19%
B = 43.62%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#04BA93 (or 0x04BA93) is known color: Caribbean Green. HEX triplet: 04, BA and 93. RGB value is (4,186,147). Sum of RGB (Red+Green+Blue) = 4+186+147=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BA93 is #FB456C. Grayscale: #7F7F7F. Windows color (decimal): -16467309 or 9681412. OLE color: 9681412.

HSL color Cylindrical-coordinate representation of color #04BA93: hue angle of 167.14º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BA93 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 186 147 -
CMYK 0.98 0 0.21 0.27
HSL 167.14º 0.96% 0.37% -
HSV(B) 167.14º 0.98% 0.73% -
XYZ 22.88 37.25 33.59 -
YUV 127.14 139.2 40.17 -
System Red Green Blue C M Y K H S L
Decimal 4 186 147 0.98 0 0.21 0.27 167.14 0.96 0.37
Hex 4 BA 93 62 0 15 1B A7 60 25
Octal 4 272 223 142 0 25 33 247 140 45
Binary 100 10111010 10010011 1100010 0 10101 11011 10100111 1100000 100101

Color Harmonies of #04BA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA93

Black with #04BA93

Text Example


Text Example

White with #04BA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04BA93; }

 p { color: rgb(4,186,147); }

 H1.HeaderClassName
 {
   color: #04BA93;
 }
 .AnyTagClassName
 {
   color: #04BA93;
 }
</style>

background-color css

<style>
 a { background-color: #04BA93; }

 a { background-color: rgb(4,186,147); }

 div.DivClassName
 {
   background-color: #04BA93;
 }
 .BgClassName
 {
   background-color: #04BA93;
 }
</style>

border-color css

<style>
 span { border-color: #04BA93; }

 span { border-color: rgb(4,186,147); }

 td.TdClassName
 {
   border-color: #04BA93;
 }
 .TagClassName
 {
   border-color: #04BA93;
 }
</style>