Html Css Color HEX #009EA3 Persian Green

📋 copy color: '#009EA3'

red 0 ◦ green 158 ◦ blue 163

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

Shades of Persian Green #009EA3

Tints of Persian Green #009EA3

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 163 (64.06% from 255) = 50.78%

R = 0%
G = 49.22%
B = 50.78%

CMYK

 C value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#009EA3 (or 0x009EA3) is known color: Persian Green. HEX triplet: 00, 9E and A3. RGB value is (0,158,163). Sum of RGB (Red+Green+Blue) = 0+158+163=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 163 (64.06% from 255 or 50.78% from 321); Max value from RGB is 163 - color contains mainly: blue. Hex color #009EA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009EA3 is #FF615C. Grayscale: #6F6F6F. Windows color (decimal): -16736605 or 10722816. OLE color: 10722816.

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

Color convert

RGB 0 158 163 -
CMYK 1 0.03 0 0.36
HSL 181.84º 1% 0.32% -
HSV(B) 181.84º 1% 0.64% -
XYZ 18.84 27.1 38.89 -
YUV 111.33 157.15 48.59 -
System Red Green Blue C M Y K H S L
Decimal 0 158 163 1 0.03 0 0.36 181.84 1 0.32
Hex 0 9E A3 64 3 0 24 B6 64 20
Octal 0 236 243 144 3 0 44 266 144 40
Binary 0 10011110 10100011 1100100 11 0 100100 10110110 1100100 100000

Color Harmonies of #009EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009EA3

Black with #009EA3

Text Example


Text Example

White with #009EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #009EA3;
 }
 .AnyTagClassName
 {
   color: #009EA3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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