Html Css Color HEX #02DCA3 Caribbean Green

📋 copy color: '#02DCA3'

red 2 ◦ green 220 ◦ blue 163

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

Shades of Caribbean Green #02DCA3

Tints of Caribbean Green #02DCA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.34%

R = 0.52%
G = 57.14%
B = 42.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#02DCA3 (or 0x02DCA3) is known color: Caribbean Green. HEX triplet: 02, DC and A3. RGB value is (2,220,163). Sum of RGB (Red+Green+Blue) = 2+220+163=385 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #02DCA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DCA3 is #FD235C. Grayscale: #949494. Windows color (decimal): -16589661 or 10738690. OLE color: 10738690.

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

Color convert

RGB 2 220 163 -
CMYK 0.99 0 0.26 0.14
HSL 164.31º 0.98% 0.44% -
HSV(B) 164.31º 0.99% 0.86% -
XYZ 32.23 53.84 43.34 -
YUV 148.32 136.28 23.63 -
System Red Green Blue C M Y K H S L
Decimal 2 220 163 0.99 0 0.26 0.14 164.31 0.98 0.44
Hex 2 DC A3 63 0 1A E A4 62 2C
Octal 2 334 243 143 0 32 16 244 142 54
Binary 10 11011100 10100011 1100011 0 11010 1110 10100100 1100010 101100

Color Harmonies of #02DCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DCA3

Black with #02DCA3

Text Example


Text Example

White with #02DCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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