Html Css Color HEX #099BA0 Persian Green

📋 copy color: '#099BA0'

red 9 ◦ green 155 ◦ blue 160

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

Shades of Persian Green #099BA0

Tints of Persian Green #099BA0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.84%

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

R = 2.78%
G = 47.84%
B = 49.38%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#099BA0 (or 0x099BA0) is known color: Persian Green. HEX triplet: 09, 9B and A0. RGB value is (9,155,160). Sum of RGB (Red+Green+Blue) = 9+155+160=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #099BA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099BA0 is #F6645F. Grayscale: #6F6F6F. Windows color (decimal): -16147552 or 10525449. OLE color: 10525449.

HSL color Cylindrical-coordinate representation of color #099BA0: hue angle of 181.99º 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 #099BA0 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 155 160 -
CMYK 0.94 0.03 0 0.37
HSL 181.99º 0.89% 0.33% -
HSV(B) 181.99º 0.94% 0.63% -
XYZ 18.18 26.04 37.33 -
YUV 111.92 155.13 54.59 -
System Red Green Blue C M Y K H S L
Decimal 9 155 160 0.94 0.03 0 0.37 181.99 0.89 0.33
Hex 9 9B A0 5E 3 0 25 B6 59 21
Octal 11 233 240 136 3 0 45 266 131 41
Binary 1001 10011011 10100000 1011110 11 0 100101 10110110 1011001 100001

Color Harmonies of #099BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099BA0

Black with #099BA0

Text Example


Text Example

White with #099BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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