Html Css Color HEX #02C99C Caribbean Green

📋 copy color: '#02C99C'

red 2 ◦ green 201 ◦ blue 156

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

Shades of Caribbean Green #02C99C

Tints of Caribbean Green #02C99C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 55.99%

 BLUE value IS 156 (61.33% from 255) = 43.45%

R = 0.56%
G = 55.99%
B = 43.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#02C99C (or 0x02C99C) is known color: Caribbean Green. HEX triplet: 02, C9 and 9C. RGB value is (2,201,156). Sum of RGB (Red+Green+Blue) = 2+201+156=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 201 (78.91% from 255 or 55.99% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 201 - color contains mainly: green. Hex color #02C99C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C99C is #FD3663. Grayscale: #888888. Windows color (decimal): -16594532 or 10275074. OLE color: 10275074.

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

Color convert

RGB 2 201 156 -
CMYK 0.99 0 0.22 0.21
HSL 166.43º 0.98% 0.4% -
HSV(B) 166.43º 0.99% 0.79% -
XYZ 26.91 44.19 38.56 -
YUV 136.37 139.07 32.16 -
System Red Green Blue C M Y K H S L
Decimal 2 201 156 0.99 0 0.22 0.21 166.43 0.98 0.4
Hex 2 C9 9C 63 0 16 15 A6 62 28
Octal 2 311 234 143 0 26 25 246 142 50
Binary 10 11001001 10011100 1100011 0 10110 10101 10100110 1100010 101000

Color Harmonies of #02C99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C99C

Black with #02C99C

Text Example


Text Example

White with #02C99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,201,156); }

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

background-color css

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

 a { background-color: rgb(2,201,156); }

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

border-color css

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

 span { border-color: rgb(2,201,156); }

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