Html Css Color HEX #099CA0 Persian Green

📋 copy color: '#099CA0'

red 9 ◦ green 156 ◦ blue 160

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

Shades of Persian Green #099CA0

Tints of Persian Green #099CA0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48%

 BLUE value IS 160 (62.89% from 255) = 49.23%

R = 2.77%
G = 48%
B = 49.23%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#099CA0 (or 0x099CA0) is known color: Persian Green. HEX triplet: 09, 9C and A0. RGB value is (9,156,160). Sum of RGB (Red+Green+Blue) = 9+156+160=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: blue. Hex color #099CA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099CA0 is #F6635F. Grayscale: #707070. Windows color (decimal): -16147296 or 10525705. OLE color: 10525705.

HSL color Cylindrical-coordinate representation of color #099CA0: hue angle of 181.59º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099CA0 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 156 160 -
CMYK 0.94 0.02 0 0.37
HSL 181.59º 0.89% 0.33% -
HSV(B) 181.59º 0.94% 0.63% -
XYZ 18.35 26.37 37.38 -
YUV 112.5 154.8 54.17 -
System Red Green Blue C M Y K H S L
Decimal 9 156 160 0.94 0.02 0 0.37 181.59 0.89 0.33
Hex 9 9C A0 5E 2 0 25 B6 59 21
Octal 11 234 240 136 2 0 45 266 131 41
Binary 1001 10011100 10100000 1011110 10 0 100101 10110110 1011001 100001

Color Harmonies of #099CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099CA0

Black with #099CA0

Text Example


Text Example

White with #099CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,156,160); }

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

background-color css

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

 a { background-color: rgb(9,156,160); }

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

border-color css

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

 span { border-color: rgb(9,156,160); }

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