#099EA3

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

Shades of Persian Green #099EA3

Tints of Persian Green #099EA3

Color information

#099EA3 (or 0x099EA3) is unknown color: approx Persian Green. HEX triplet: 09, 9E and A3. RGB value is (9,158,163). Sum of RGB (Red+Green+Blue) = 9+158+163=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 158 (62.11% from 255 or 47.88% from 330); Blue value is 163 (64.06% from 255 or 49.39% from 330); Max value from RGB is 163 - color contains mainly: blue. Hex color #099EA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099EA3 is #F6615C. Grayscale: #717171. Windows color (decimal): -16146781 or 10722825. OLE color: 10722825.

HSL color Cylindrical-coordinate representation of color #099EA3: hue angle of 181.95º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099EA3 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9158163-
CMYK0.940.0300.36
HSL181.95º89.53%33.73%-
HSV(B)181.95º94.48%63.92%-
XYZ18.9527.1638.89-
YUV114.02155.6453.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.73%
GREEN value IS 158 (62.11% from 255) = 47.88%
BLUE value IS 163 (64.06% from 255) = 49.39%
R=2.73%
G=47.88%
B=49.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91581630.940.0300.36181.9589.5333.73
Hex99EA35E3024b65a22
Octal11236243136304426613242
Binary100110011110101000111011110110100100101101101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099EA3; }

 p { color: rgb(9,158,163); }

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

<style>
 a { background-color: #099EA3; }

 a { background-color: rgb(9,158,163); }

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

<style>
 span { border-color: #099EA3; }

 span { border-color: rgb(9,158,163); }

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