#02C186

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

Shades of Caribbean Green #02C186

Tints of Caribbean Green #02C186

Color information

#02C186 (or 0x02C186) is unknown color: approx Caribbean Green. HEX triplet: 02, C1 and 86. RGB value is (2,193,134). Sum of RGB (Red+Green+Blue) = 2+193+134=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #02C186 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C186 is #FD3E79. Grayscale: #818181. Windows color (decimal): -16596602 or 8831234. OLE color: 8831234.

HSL color Cylindrical-coordinate representation of color #02C186: hue angle of 161.47º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C186 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB2193134-
CMYK0.9900.310.24
HSL161.47º97.95%38.24%-
HSV(B)161.47º98.96%75.69%-
XYZ23.439.8729.02-
YUV129.16130.7237.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 193 (75.78% from 255) = 58.66%
BLUE value IS 134 (52.73% from 255) = 40.73%
R=0.61%
G=58.66%
B=40.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21931340.9900.310.24161.4797.9538.24
Hex2C1866301F18a16226
Octal23012061430373024114246
Binary101100000110000110110001101111111000101000011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,193,134); }

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

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

 a { background-color: rgb(2,193,134); }

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

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

 span { border-color: rgb(2,193,134); }

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