#01BFA8

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

Shades of Caribbean Green #01BFA8

Tints of Caribbean Green #01BFA8

Color information

#01BFA8 (or 0x01BFA8) is unknown color: approx Caribbean Green. HEX triplet: 01, BF and A8. RGB value is (1,191,168). Sum of RGB (Red+Green+Blue) = 1+191+168=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #01BFA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BFA8 is #FE4057. Grayscale: #838383. Windows color (decimal): -16662616 or 11058945. OLE color: 11058945.

HSL color Cylindrical-coordinate representation of color #01BFA8: hue angle of 172.74º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BFA8 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB1191168-
CMYK0.9900.120.25
HSL172.74º98.96%37.65%-
HSV(B)172.74º99.48%74.9%-
XYZ25.7140.143.43-
YUV131.57148.5534.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 191 (75% from 255) = 53.06%
BLUE value IS 168 (66.02% from 255) = 46.67%
R=0.28%
G=53.06%
B=46.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11911680.9900.120.25172.7498.9637.65
Hex1BFA8630C19ad6326
Octal12772501430143125514346
Binary1101111111010100011000110110011001101011011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01BFA8; }

 p { color: rgb(1,191,168); }

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

<style>
 a { background-color: #01BFA8; }

 a { background-color: rgb(1,191,168); }

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

<style>
 span { border-color: #01BFA8; }

 span { border-color: rgb(1,191,168); }

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