Html Css Color HEX #02C5A0 Caribbean Green

📋 copy color: '#02C5A0'

red 2 ◦ green 197 ◦ blue 160

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

Shades of Caribbean Green #02C5A0

Tints of Caribbean Green #02C5A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.57%

R = 0.56%
G = 54.87%
B = 44.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#02C5A0 (or 0x02C5A0) is known color: Caribbean Green. HEX triplet: 02, C5 and A0. RGB value is (2,197,160). Sum of RGB (Red+Green+Blue) = 2+197+160=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 197 (77.34% from 255 or 54.87% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 197 - color contains mainly: green. Hex color #02C5A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C5A0 is #FD3A5F. Grayscale: #868686. Windows color (decimal): -16595552 or 10536194. OLE color: 10536194.

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

Color convert

RGB 2 197 160 -
CMYK 0.99 0 0.19 0.23
HSL 168.62º 0.98% 0.39% -
HSV(B) 168.62º 0.99% 0.77% -
XYZ 26.34 42.48 40.07 -
YUV 134.48 142.4 33.51 -
System Red Green Blue C M Y K H S L
Decimal 2 197 160 0.99 0 0.19 0.23 168.62 0.98 0.39
Hex 2 C5 A0 63 0 13 17 A9 62 27
Octal 2 305 240 143 0 23 27 251 142 47
Binary 10 11000101 10100000 1100011 0 10011 10111 10101001 1100010 100111

Color Harmonies of #02C5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C5A0

Black with #02C5A0

Text Example


Text Example

White with #02C5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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