Html Css Color HEX #04BB8F Caribbean Green

📋 copy color: '#04BB8F'

red 4 ◦ green 187 ◦ blue 143

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

Shades of Caribbean Green #04BB8F

Tints of Caribbean Green #04BB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.81%

R = 1.2%
G = 55.99%
B = 42.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#04BB8F (or 0x04BB8F) is known color: Caribbean Green. HEX triplet: 04, BB and 8F. RGB value is (4,187,143). Sum of RGB (Red+Green+Blue) = 4+187+143=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 187 (73.44% from 255 or 55.99% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 187 - color contains mainly: green. Hex color #04BB8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BB8F is #FB4470. Grayscale: #7F7F7F. Windows color (decimal): -16467057 or 9419524. OLE color: 9419524.

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

Color convert

RGB 4 187 143 -
CMYK 0.98 0 0.24 0.27
HSL 165.57º 0.96% 0.37% -
HSV(B) 165.57º 0.98% 0.73% -
XYZ 22.78 37.55 32.03 -
YUV 127.27 136.87 40.08 -
System Red Green Blue C M Y K H S L
Decimal 4 187 143 0.98 0 0.24 0.27 165.57 0.96 0.37
Hex 4 BB 8F 62 0 18 1B A6 60 25
Octal 4 273 217 142 0 30 33 246 140 45
Binary 100 10111011 10001111 1100010 0 11000 11011 10100110 1100000 100101

Color Harmonies of #04BB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BB8F

Black with #04BB8F

Text Example


Text Example

White with #04BB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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