#01BC88

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

Shades of Caribbean Green #01BC88

Tints of Caribbean Green #01BC88

Color information

#01BC88 (or 0x01BC88) is unknown color: approx Caribbean Green. HEX triplet: 01, BC and 88. RGB value is (1,188,136). Sum of RGB (Red+Green+Blue) = 1+188+136=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BC88 is #FE4377. Grayscale: #7E7E7E. Windows color (decimal): -16663416 or 8961025. OLE color: 8961025.

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

Color convert

RGB1188136-
CMYK0.9900.280.26
HSL163.32º98.94%37.06%-
HSV(B)163.32º99.47%73.73%-
XYZ22.4437.7529.4-
YUV126.16133.5538.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 188 (73.83% from 255) = 57.85%
BLUE value IS 136 (53.52% from 255) = 41.85%
R=0.31%
G=57.85%
B=41.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11881360.9900.280.26163.3298.9437.06
Hex1BC886301C1Aa36325
Octal12742101430343224314345
Binary11011110010001000110001101110011010101000111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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