Html Css Color HEX #02D6A3 Caribbean Green

📋 copy color: '#02D6A3'

red 2 ◦ green 214 ◦ blue 163

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

Shades of Caribbean Green #02D6A3

Tints of Caribbean Green #02D6A3

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.46%

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

R = 0.53%
G = 56.46%
B = 43.01%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#02D6A3 (or 0x02D6A3) is known color: Caribbean Green. HEX triplet: 02, D6 and A3. RGB value is (2,214,163). Sum of RGB (Red+Green+Blue) = 2+214+163=379 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #02D6A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D6A3 is #FD295C. Grayscale: #909090. Windows color (decimal): -16591197 or 10737154. OLE color: 10737154.

HSL color Cylindrical-coordinate representation of color #02D6A3: hue angle of 165.57º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D6A3 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 214 163 -
CMYK 0.99 0 0.24 0.16
HSL 165.57º 0.98% 0.42% -
HSV(B) 165.57º 0.99% 0.84% -
XYZ 30.68 50.75 42.83 -
YUV 144.8 138.26 26.15 -
System Red Green Blue C M Y K H S L
Decimal 2 214 163 0.99 0 0.24 0.16 165.57 0.98 0.42
Hex 2 D6 A3 63 0 18 10 A6 62 2A
Octal 2 326 243 143 0 30 20 246 142 52
Binary 10 11010110 10100011 1100011 0 11000 10000 10100110 1100010 101010

Color Harmonies of #02D6A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D6A3

Black with #02D6A3

Text Example


Text Example

White with #02D6A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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