#02A68C

Color #02A68C Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #02A68C

Tints of Persian Green #02A68C

Color information

#02A68C (or 0x02A68C) is unknown color: approx Persian Green. HEX triplet: 02, A6 and 8C. RGB value is (2,166,140). Sum of RGB (Red+Green+Blue) = 2+166+140=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 166 (65.23% from 255 or 53.90% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 166 - color contains mainly: green. Hex color #02A68C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A68C is #FD5973. Grayscale: #717171. Windows color (decimal): -16603508 or 9217538. OLE color: 9217538.

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

Color convert

RGB2166140-
CMYK0.9900.160.35
HSL170.49º97.62%32.94%-
HSV(B)170.49º98.8%65.1%-
XYZ18.3929.1829.47-
YUV114142.6748.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 166 (65.23% from 255) = 53.90%
BLUE value IS 140 (55.08% from 255) = 45.45%
R=0.65%
G=53.90%
B=45.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21661400.9900.160.35170.4997.6232.94
Hex2A68C6301023aa6221
Octal22462141430204325214241
Binary1010100110100011001100011010000100011101010101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02A68C;
 }
 .AnyTagClassName
 {
   color: #02A68C;
 }
</style>
background-color css

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

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

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

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

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

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