#00bc88

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

Shades of Caribbean Green #00BC88

Tints of Caribbean Green #00BC88

Color information

#00BC88 (or 0x00BC88) is unknown color: approx Caribbean Green. HEX triplet: 00, BC and 88. RGB value is (0,188,136). Sum of RGB (Red+Green+Blue) = 0+188+136=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BC88 is #FF4377. Grayscale: #7D7D7D. Windows color (decimal): -16728952 or 8961024. OLE color: 8961024.

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

Color convert

RGB0188136-
CMYK100.280.26
HSL163.4º100%36.86%-
HSV(B)163.4º100%73.73%-
XYZ22.4337.7429.4-
YUV125.86133.7238.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 188 (73.83% from 255) = 58.02%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=0%
G=58.02%
B=41.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal0188136100.280.26163.410036.86
Hex0BC886401C1Aa36425
Octal02742101440343224314445
Binary01011110010001000110010001110011010101000111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00bc88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00bc88; }

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

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

<style>
 a { background-color: #00bc88; }

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

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

<style>
 span { border-color: #00bc88; }

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

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