Html Css Color HEX #02DC9D Caribbean Green

📋 copy color: '#02DC9D'

red 2 ◦ green 220 ◦ blue 157

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

Shades of Caribbean Green #02DC9D

Tints of Caribbean Green #02DC9D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.05%

 BLUE value IS 157 (61.72% from 255) = 41.42%

R = 0.53%
G = 58.05%
B = 41.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#02DC9D (or 0x02DC9D) is known color: Caribbean Green. HEX triplet: 02, DC and 9D. RGB value is (2,220,157). Sum of RGB (Red+Green+Blue) = 2+220+157=379 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DC9D is #FD2362. Grayscale: #939393. Windows color (decimal): -16589667 or 10345474. OLE color: 10345474.

HSL color Cylindrical-coordinate representation of color #02DC9D: hue angle of 162.66º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DC9D is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 220 157 -
CMYK 0.99 0 0.29 0.14
HSL 162.66º 0.98% 0.44% -
HSV(B) 162.66º 0.99% 0.86% -
XYZ 31.7 53.63 40.58 -
YUV 147.64 133.28 24.12 -
System Red Green Blue C M Y K H S L
Decimal 2 220 157 0.99 0 0.29 0.14 162.66 0.98 0.44
Hex 2 DC 9D 63 0 1D E A3 62 2C
Octal 2 334 235 143 0 35 16 243 142 54
Binary 10 11011100 10011101 1100011 0 11101 1110 10100011 1100010 101100

Color Harmonies of #02DC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DC9D

Black with #02DC9D

Text Example


Text Example

White with #02DC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,220,157); }

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

background-color css

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

 a { background-color: rgb(2,220,157); }

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

border-color css

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

 span { border-color: rgb(2,220,157); }

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