Html Css Color HEX #02A69D Persian Green

📋 copy color: '#02A69D'

red 2 ◦ green 166 ◦ blue 157

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

Shades of Persian Green #02A69D

Tints of Persian Green #02A69D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.08%

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

R = 0.62%
G = 51.08%
B = 48.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#02A69D (or 0x02A69D) is known color: Persian Green. HEX triplet: 02, A6 and 9D. RGB value is (2,166,157). Sum of RGB (Red+Green+Blue) = 2+166+157=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #02A69D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A69D is #FD5962. Grayscale: #737373. Windows color (decimal): -16603491 or 10331650. OLE color: 10331650.

HSL color Cylindrical-coordinate representation of color #02A69D: hue angle of 176.71º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A69D is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 2 166 157 -
CMYK 0.99 0 0.05 0.35
HSL 176.71º 0.98% 0.33% -
HSV(B) 176.71º 0.99% 0.65% -
XYZ 19.75 29.72 36.59 -
YUV 115.94 151.17 46.73 -
System Red Green Blue C M Y K H S L
Decimal 2 166 157 0.99 0 0.05 0.35 176.71 0.98 0.33
Hex 2 A6 9D 63 0 5 23 B1 62 21
Octal 2 246 235 143 0 5 43 261 142 41
Binary 10 10100110 10011101 1100011 0 101 100011 10110001 1100010 100001

Color Harmonies of #02A69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A69D

Black with #02A69D

Text Example


Text Example

White with #02A69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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