#01BEA6

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

Shades of Caribbean Green #01BEA6

Tints of Caribbean Green #01BEA6

Color information

#01BEA6 (or 0x01BEA6) is unknown color: approx Caribbean Green. HEX triplet: 01, BE and A6. RGB value is (1,190,166). Sum of RGB (Red+Green+Blue) = 1+190+166=357 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 357); Green value is 190 (74.61% from 255 or 53.22% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 190 - color contains mainly: green. Hex color #01BEA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BEA6 is #FE4159. Grayscale: #828282. Windows color (decimal): -16662874 or 10927617. OLE color: 10927617.

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

Color convert

RGB1190166-
CMYK0.9900.130.25
HSL172.38º98.95%37.45%-
HSV(B)172.38º99.47%74.51%-
XYZ25.3139.5942.38-
YUV130.75147.8835.45-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 190 (74.61% from 255) = 53.22%
BLUE value IS 166 (65.23% from 255) = 46.50%
R=0.28%
G=53.22%
B=46.50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11901660.9900.130.25172.3898.9537.45
Hex1BEA6630D19ac6325
Octal12762461430153125414345
Binary1101111101010011011000110110111001101011001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,190,166); }

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

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

 a { background-color: rgb(1,190,166); }

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

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

 span { border-color: rgb(1,190,166); }

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