Html Css Color HEX #04BAAA Caribbean Green

📋 copy color: '#04BAAA'

red 4 ◦ green 186 ◦ blue 170

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

Shades of Caribbean Green #04BAAA

Tints of Caribbean Green #04BAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.22%

R = 1.11%
G = 51.67%
B = 47.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#04BAAA (or 0x04BAAA) is known color: Caribbean Green. HEX triplet: 04, BA and AA. RGB value is (4,186,170). Sum of RGB (Red+Green+Blue) = 4+186+170=360 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #04BAAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BAAA is #FB4555. Grayscale: #818181. Windows color (decimal): -16467286 or 11188740. OLE color: 11188740.

HSL color Cylindrical-coordinate representation of color #04BAAA: hue angle of 174.73º 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 #04BAAA is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 186 170 -
CMYK 0.98 0 0.09 0.27
HSL 174.73º 0.96% 0.37% -
HSV(B) 174.73º 0.98% 0.73% -
XYZ 24.86 38.05 44.06 -
YUV 129.76 150.7 38.3 -
System Red Green Blue C M Y K H S L
Decimal 4 186 170 0.98 0 0.09 0.27 174.73 0.96 0.37
Hex 4 BA AA 62 0 9 1B AF 60 25
Octal 4 272 252 142 0 11 33 257 140 45
Binary 100 10111010 10101010 1100010 0 1001 11011 10101111 1100000 100101

Color Harmonies of #04BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BAAA

Black with #04BAAA

Text Example


Text Example

White with #04BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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