Html Css Color HEX #02C59E Caribbean Green

📋 copy color: '#02C59E'

red 2 ◦ green 197 ◦ blue 158

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

Shades of Caribbean Green #02C59E

Tints of Caribbean Green #02C59E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.18%

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 0.56%
G = 55.18%
B = 44.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#02C59E (or 0x02C59E) is known color: Caribbean Green. HEX triplet: 02, C5 and 9E. RGB value is (2,197,158). Sum of RGB (Red+Green+Blue) = 2+197+158=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 197 (77.34% from 255 or 55.18% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 197 - color contains mainly: green. Hex color #02C59E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C59E is #FD3A61. Grayscale: #868686. Windows color (decimal): -16595554 or 10405122. OLE color: 10405122.

HSL color Cylindrical-coordinate representation of color #02C59E: hue angle of 168º 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 #02C59E is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 2 197 158 -
CMYK 0.99 0 0.20 0.23
HSL 168º 0.98% 0.39% -
HSV(B) 168º 0.99% 0.77% -
XYZ 26.16 42.41 39.16 -
YUV 134.25 141.4 33.67 -
System Red Green Blue C M Y K H S L
Decimal 2 197 158 0.99 0 0.20 0.23 168 0.98 0.39
Hex 2 C5 9E 63 0 14 17 A8 62 27
Octal 2 305 236 143 0 24 27 250 142 47
Binary 10 11000101 10011110 1100011 0 10100 10111 10101000 1100010 100111

Color Harmonies of #02C59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C59E

Black with #02C59E

Text Example


Text Example

White with #02C59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,197,158); }

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

background-color css

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

 a { background-color: rgb(2,197,158); }

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

border-color css

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

 span { border-color: rgb(2,197,158); }

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