Html Css Color HEX #04BBAB Caribbean Green

📋 copy color: '#04BBAB'

red 4 ◦ green 187 ◦ blue 171

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

Shades of Caribbean Green #04BBAB

Tints of Caribbean Green #04BBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.66%

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 1.1%
G = 51.66%
B = 47.24%

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

#04BBAB (or 0x04BBAB) is known color: Caribbean Green. HEX triplet: 04, BB and AB. RGB value is (4,187,171). Sum of RGB (Red+Green+Blue) = 4+187+171=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 187 (73.44% from 255 or 51.66% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 187 - color contains mainly: green. Hex color #04BBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BBAB is #FB4454. Grayscale: #828282. Windows color (decimal): -16467029 or 11254532. OLE color: 11254532.

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

Color convert

RGB 4 187 171 -
CMYK 0.98 0 0.09 0.27
HSL 174.75º 0.96% 0.37% -
HSV(B) 174.75º 0.98% 0.73% -
XYZ 25.17 38.51 44.63 -
YUV 130.46 150.87 37.8 -
System Red Green Blue C M Y K H S L
Decimal 4 187 171 0.98 0 0.09 0.27 174.75 0.96 0.37
Hex 4 BB AB 62 0 9 1B AF 60 25
Octal 4 273 253 142 0 11 33 257 140 45
Binary 100 10111011 10101011 1100010 0 1001 11011 10101111 1100000 100101

Color Harmonies of #04BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BBAB

Black with #04BBAB

Text Example


Text Example

White with #04BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,187,171); }

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

background-color css

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

 a { background-color: rgb(4,187,171); }

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

border-color css

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

 span { border-color: rgb(4,187,171); }

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