Html Css Color HEX #099EA2 Persian Green

📋 copy color: '#099EA2'

red 9 ◦ green 158 ◦ blue 162

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

Shades of Persian Green #099EA2

Tints of Persian Green #099EA2

RGB

 RED value IS 9 (3.91% from 255) = 2.74%

 GREEN value IS 158 (62.11% from 255) = 48.02%

 BLUE value IS 162 (63.67% from 255) = 49.24%

R = 2.74%
G = 48.02%
B = 49.24%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#099EA2 (or 0x099EA2) is known color: Persian Green. HEX triplet: 09, 9E and A2. RGB value is (9,158,162). Sum of RGB (Red+Green+Blue) = 9+158+162=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 162 (63.67% from 255 or 49.24% from 329); Max value from RGB is 162 - color contains mainly: blue. Hex color #099EA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099EA2 is #F6615D. Grayscale: #717171. Windows color (decimal): -16146782 or 10657289. OLE color: 10657289.

HSL color Cylindrical-coordinate representation of color #099EA2: hue angle of 181.57º degrees, saturation: 0.89, 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 #099EA2 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 158 162 -
CMYK 0.94 0.02 0 0.36
HSL 181.57º 0.89% 0.34% -
HSV(B) 181.57º 0.94% 0.64% -
XYZ 18.86 27.12 38.42 -
YUV 113.91 155.14 53.17 -
System Red Green Blue C M Y K H S L
Decimal 9 158 162 0.94 0.02 0 0.36 181.57 0.89 0.34
Hex 9 9E A2 5E 2 0 24 B6 59 22
Octal 11 236 242 136 2 0 44 266 131 42
Binary 1001 10011110 10100010 1011110 10 0 100100 10110110 1011001 100010

Color Harmonies of #099EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099EA2

Black with #099EA2

Text Example


Text Example

White with #099EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #099EA2;
 }
 .AnyTagClassName
 {
   color: #099EA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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