Html Css Color HEX #099B89 Persian Green

📋 copy color: '#099B89'

red 9 ◦ green 155 ◦ blue 137

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

Shades of Persian Green #099B89

Tints of Persian Green #099B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.51%

R = 2.99%
G = 51.5%
B = 45.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#099B89 (or 0x099B89) is known color: Persian Green. HEX triplet: 09, 9B and 89. RGB value is (9,155,137). Sum of RGB (Red+Green+Blue) = 9+155+137=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 155 (60.94% from 255 or 51.50% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 155 - color contains mainly: green. Hex color #099B89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099B89 is #F66476. Grayscale: #6D6D6D. Windows color (decimal): -16147575 or 9018121. OLE color: 9018121.

HSL color Cylindrical-coordinate representation of color #099B89: hue angle of 172.6º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099B89 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 155 137 -
CMYK 0.94 0 0.12 0.39
HSL 172.6º 0.89% 0.32% -
HSV(B) 172.6º 0.94% 0.61% -
XYZ 16.35 25.31 27.69 -
YUV 109.29 143.63 56.46 -
System Red Green Blue C M Y K H S L
Decimal 9 155 137 0.94 0 0.12 0.39 172.6 0.89 0.32
Hex 9 9B 89 5E 0 C 27 AD 59 20
Octal 11 233 211 136 0 14 47 255 131 40
Binary 1001 10011011 10001001 1011110 0 1100 100111 10101101 1011001 100000

Color Harmonies of #099B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099B89

Black with #099B89

Text Example


Text Example

White with #099B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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