#04B9A9

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

Shades of Caribbean Green #04B9A9

Tints of Caribbean Green #04B9A9

Color information

#04B9A9 (or 0x04B9A9) is unknown color: approx Caribbean Green. HEX triplet: 04, B9 and A9. RGB value is (4,185,169). Sum of RGB (Red+Green+Blue) = 4+185+169=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 169 (66.41% from 255 or 47.21% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #04B9A9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B9A9 is #FB4656. Grayscale: #808080. Windows color (decimal): -16467543 or 11122948. OLE color: 11122948.

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

Color convert

RGB4185169-
CMYK0.9800.090.27
HSL174.7º95.77%37.06%-
HSV(B)174.7º97.84%72.55%-
XYZ24.5637.5943.5-
YUV129.06150.5338.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.12%
GREEN value IS 185 (72.66% from 255) = 51.68%
BLUE value IS 169 (66.41% from 255) = 47.21%
R=1.12%
G=51.68%
B=47.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41851690.9800.090.27174.795.7737.06
Hex4B9A962091Baf6025
Octal42712511420113325714045
Binary100101110011010100111000100100111011101011111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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