#04B9A8

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

Shades of Caribbean Green #04B9A8

Tints of Caribbean Green #04B9A8

Color information

#04B9A8 (or 0x04B9A8) is unknown color: approx Caribbean Green. HEX triplet: 04, B9 and A8. RGB value is (4,185,168). Sum of RGB (Red+Green+Blue) = 4+185+168=357 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 168 (66.02% from 255 or 47.06% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #04B9A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B9A8 is #FB4657. Grayscale: #808080. Windows color (decimal): -16467544 or 11057412. OLE color: 11057412.

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

Color convert

RGB4185168-
CMYK0.9800.090.27
HSL174.36º95.77%37.06%-
HSV(B)174.36º97.84%72.55%-
XYZ24.4737.5543-
YUV128.94150.0338.88-

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.82%
BLUE value IS 168 (66.02% from 255) = 47.06%
R=1.12%
G=51.82%
B=47.06%

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
Decimal41851680.9800.090.27174.3695.7737.06
Hex4B9A862091Bae6025
Octal42712501420113325614045
Binary100101110011010100011000100100111011101011101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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