#01BC8E

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

Shades of Caribbean Green #01BC8E

Tints of Caribbean Green #01BC8E

Color information

#01BC8E (or 0x01BC8E) is unknown color: approx Caribbean Green. HEX triplet: 01, BC and 8E. RGB value is (1,188,142). Sum of RGB (Red+Green+Blue) = 1+188+142=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BC8E is #FE4371. Grayscale: #7E7E7E. Windows color (decimal): -16663410 or 9354241. OLE color: 9354241.

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

Color convert

RGB1188142-
CMYK0.9900.240.26
HSL165.24º98.94%37.06%-
HSV(B)165.24º99.47%73.73%-
XYZ22.8837.9331.71-
YUV126.84136.5538.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 188 (73.83% from 255) = 56.80%
BLUE value IS 142 (55.86% from 255) = 42.90%
R=0.30%
G=56.80%
B=42.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11881420.9900.240.26165.2498.9437.06
Hex1BC8E630181Aa56325
Octal12742161430303224514345
Binary11011110010001110110001101100011010101001011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,188,142); }

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

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

 a { background-color: rgb(1,188,142); }

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

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

 span { border-color: rgb(1,188,142); }

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