#0AB2A0

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

Shades of Persian Green #0AB2A0

Tints of Persian Green #0AB2A0

Color information

#0AB2A0 (or 0x0AB2A0) is unknown color: approx Persian Green. HEX triplet: 0A, B2 and A0. RGB value is (10,178,160). Sum of RGB (Red+Green+Blue) = 10+178+160=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 178 (69.92% from 255 or 51.15% from 348); Blue value is 160 (62.89% from 255 or 45.98% from 348); Max value from RGB is 178 - color contains mainly: green. Hex color #0AB2A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AB2A0 is #F54D5F. Grayscale: #7D7D7D. Windows color (decimal): -16076128 or 10531338. OLE color: 10531338.

HSL color Cylindrical-coordinate representation of color #0AB2A0: hue angle of 173.57º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB2A0 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB10178160-
CMYK0.9400.100.30
HSL173.57º89.36%36.86%-
HSV(B)173.57º94.38%69.8%-
XYZ22.3934.4438.73-
YUV125.72147.3445.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.87%
GREEN value IS 178 (69.92% from 255) = 51.15%
BLUE value IS 160 (62.89% from 255) = 45.98%
R=2.87%
G=51.15%
B=45.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal101781600.9400.100.30173.5789.3636.86
HexAB2A05E0A1Eae5925
Octal122622401360123625613145
Binary1010101100101010000010111100101011110101011101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AB2A0; }

 p { color: rgb(10,178,160); }

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

<style>
 a { background-color: #0AB2A0; }

 a { background-color: rgb(10,178,160); }

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

<style>
 span { border-color: #0AB2A0; }

 span { border-color: rgb(10,178,160); }

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