#04BFAF

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

Shades of Caribbean Green #04BFAF

Tints of Caribbean Green #04BFAF

Color information

#04BFAF (or 0x04BFAF) is unknown color: approx Caribbean Green. HEX triplet: 04, BF and AF. RGB value is (4,191,175). Sum of RGB (Red+Green+Blue) = 4+191+175=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #04BFAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BFAF is #FB4050. Grayscale: #858585. Windows color (decimal): -16466001 or 11517700. OLE color: 11517700.

HSL color Cylindrical-coordinate representation of color #04BFAF: hue angle of 174.87º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BFAF is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB4191175-
CMYK0.9800.080.25
HSL174.87º95.9%38.24%-
HSV(B)174.87º97.91%74.9%-
XYZ26.4240.3846.96-
YUV133.26151.5535.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.08%
GREEN value IS 191 (75% from 255) = 51.62%
BLUE value IS 175 (68.75% from 255) = 47.30%
R=1.08%
G=51.62%
B=47.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41911750.9800.080.25174.8795.938.24
Hex4BFAF620819af6026
Octal42772571420103125714046
Binary100101111111010111111000100100011001101011111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,191,175); }

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

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

 a { background-color: rgb(4,191,175); }

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

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

 span { border-color: rgb(4,191,175); }

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