#02BC9F

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

Shades of Caribbean Green #02BC9F

Tints of Caribbean Green #02BC9F

Color information

#02BC9F (or 0x02BC9F) is unknown color: approx Caribbean Green. HEX triplet: 02, BC and 9F. RGB value is (2,188,159). Sum of RGB (Red+Green+Blue) = 2+188+159=349 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BC9F is #FD4360. Grayscale: #818181. Windows color (decimal): -16597857 or 10468354. OLE color: 10468354.

HSL color Cylindrical-coordinate representation of color #02BC9F: hue angle of 170.65º degrees, saturation: 0.98, 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 #02BC9F is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB2188159-
CMYK0.9900.150.26
HSL170.65º97.89%37.25%-
HSV(B)170.65º98.94%73.73%-
XYZ24.2738.4838.95-
YUV129.08144.8837.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 188 (73.83% from 255) = 53.87%
BLUE value IS 159 (62.5% from 255) = 45.56%
R=0.57%
G=53.87%
B=45.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal21881590.9900.150.26170.6597.8937.25
Hex2BC9F630F1Aab6225
Octal22742371430173225314245
Binary10101111001001111111000110111111010101010111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02BC9F; }

 p { color: rgb(2,188,159); }

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

<style>
 a { background-color: #02BC9F; }

 a { background-color: rgb(2,188,159); }

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

<style>
 span { border-color: #02BC9F; }

 span { border-color: rgb(2,188,159); }

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