Html Css Color HEX #02C886 Caribbean Green

📋 copy color: '#02C886'

red 2 ◦ green 200 ◦ blue 134

#02C886
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #02C886

Tints of Caribbean Green #02C886

RGB

 RED value IS 2 (1.17% from 255) = 0.6%

 GREEN value IS 200 (78.52% from 255) = 59.52%

 BLUE value IS 134 (52.73% from 255) = 39.88%

R = 0.6%
G = 59.52%
B = 39.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#02C886 (or 0x02C886) is known color: Caribbean Green. HEX triplet: 02, C8 and 86. RGB value is (2,200,134). Sum of RGB (Red+Green+Blue) = 2+200+134=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 200 (78.52% from 255 or 59.52% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 200 - color contains mainly: green. Hex color #02C886 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C886 is #FD3779. Grayscale: #858585. Windows color (decimal): -16594810 or 8833026. OLE color: 8833026.

HSL color Cylindrical-coordinate representation of color #02C886: hue angle of 160º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C886 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 200 134 -
CMYK 0.99 0 0.33 0.22
HSL 160º 0.98% 0.4% -
HSV(B) 160º 0.99% 0.78% -
XYZ 24.98 43.04 29.55 -
YUV 133.27 128.4 34.37 -
System Red Green Blue C M Y K H S L
Decimal 2 200 134 0.99 0 0.33 0.22 160 0.98 0.4
Hex 2 C8 86 63 0 21 16 A0 62 28
Octal 2 310 206 143 0 41 26 240 142 50
Binary 10 11001000 10000110 1100011 0 100001 10110 10100000 1100010 101000

Color Harmonies of #02C886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C886

Black with #02C886

Text Example


Text Example

White with #02C886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02C886;
 }
 .AnyTagClassName
 {
   color: #02C886;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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