#01BC8C

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

Shades of Caribbean Green #01BC8C

Tints of Caribbean Green #01BC8C

Color information

#01BC8C (or 0x01BC8C) is unknown color: approx Caribbean Green. HEX triplet: 01, BC and 8C. RGB value is (1,188,140). Sum of RGB (Red+Green+Blue) = 1+188+140=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BC8C is #FE4373. Grayscale: #7E7E7E. Windows color (decimal): -16663412 or 9223169. OLE color: 9223169.

HSL color Cylindrical-coordinate representation of color #01BC8C: hue angle of 164.6º 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 #01BC8C is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB1188140-
CMYK0.9900.260.26
HSL164.6º98.94%37.06%-
HSV(B)164.6º99.47%73.73%-
XYZ22.7337.8730.92-
YUV126.62135.5538.4-

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) = 57.14%
BLUE value IS 140 (55.08% from 255) = 42.55%
R=0.30%
G=57.14%
B=42.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11881400.9900.260.26164.698.9437.06
Hex1BC8C6301A1Aa56325
Octal12742141430323224514345
Binary11011110010001100110001101101011010101001011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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