Html Css Color HEX #02C486 Caribbean Green

📋 copy color: '#02C486'

red 2 ◦ green 196 ◦ blue 134

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

Shades of Caribbean Green #02C486

Tints of Caribbean Green #02C486

RGB

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

 GREEN value IS 196 (76.95% from 255) = 59.04%

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

R = 0.6%
G = 59.04%
B = 40.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#02C486 (or 0x02C486) is known color: Caribbean Green. HEX triplet: 02, C4 and 86. RGB value is (2,196,134). Sum of RGB (Red+Green+Blue) = 2+196+134=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 196 (76.95% from 255 or 59.04% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 196 - color contains mainly: green. Hex color #02C486 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C486 is #FD3B79. Grayscale: #828282. Windows color (decimal): -16595834 or 8832002. OLE color: 8832002.

HSL color Cylindrical-coordinate representation of color #02C486: hue angle of 160.82º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C486 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 2 196 134 -
CMYK 0.99 0 0.32 0.23
HSL 160.82º 0.98% 0.39% -
HSV(B) 160.82º 0.99% 0.77% -
XYZ 24.07 41.21 29.24 -
YUV 130.93 129.73 36.04 -
System Red Green Blue C M Y K H S L
Decimal 2 196 134 0.99 0 0.32 0.23 160.82 0.98 0.39
Hex 2 C4 86 63 0 20 17 A1 62 27
Octal 2 304 206 143 0 40 27 241 142 47
Binary 10 11000100 10000110 1100011 0 100000 10111 10100001 1100010 100111

Color Harmonies of #02C486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C486

Black with #02C486

Text Example


Text Example

White with #02C486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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