#04B99C

Color #04B99C Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #04B99C

Tints of Caribbean Green #04B99C

Color information

#04B99C (or 0x04B99C) is unknown color: approx Caribbean Green. HEX triplet: 04, B9 and 9C. RGB value is (4,185,156). Sum of RGB (Red+Green+Blue) = 4+185+156=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #04B99C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B99C is #FB4663. Grayscale: #7F7F7F. Windows color (decimal): -16467556 or 10270980. OLE color: 10270980.

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

Color convert

RGB4185156-
CMYK0.9800.160.27
HSL170.39º95.77%37.06%-
HSV(B)170.39º97.84%72.55%-
XYZ23.437.1237.38-
YUV127.57144.0339.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.16%
GREEN value IS 185 (72.66% from 255) = 53.62%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=1.16%
G=53.62%
B=45.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41851560.9800.160.27170.3995.7737.06
Hex4B99C620101Baa6025
Octal42712341420203325214045
Binary1001011100110011100110001001000011011101010101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,185,156); }

 H1.HeaderClassName
 {
   color: #04B99C;
 }
 .AnyTagClassName
 {
   color: #04B99C;
 }
</style>
background-color css

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

 a { background-color: rgb(4,185,156); }

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

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

 span { border-color: rgb(4,185,156); }

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