#04BFB0

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

Shades of Caribbean Green #04BFB0

Tints of Caribbean Green #04BFB0

Color information

#04BFB0 (or 0x04BFB0) is unknown color: approx Caribbean Green. HEX triplet: 04, BF and B0. RGB value is (4,191,176). Sum of RGB (Red+Green+Blue) = 4+191+176=371 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #04BFB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BFB0 is #FB404F. Grayscale: #858585. Windows color (decimal): -16466000 or 11583236. OLE color: 11583236.

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

Color convert

RGB4191176-
CMYK0.9800.080.25
HSL175.19º95.9%38.24%-
HSV(B)175.19º97.91%74.9%-
XYZ26.5240.4247.48-
YUV133.38152.0535.72-

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.48%
BLUE value IS 176 (69.14% from 255) = 47.44%
R=1.08%
G=51.48%
B=47.44%

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
Decimal41911760.9800.080.25175.1995.938.24
Hex4BFB0620819af6026
Octal42772601420103125714046
Binary100101111111011000011000100100011001101011111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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