Html Css Color HEX #099D8B Persian Green

📋 copy color: '#099D8B'

red 9 ◦ green 157 ◦ blue 139

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

Shades of Persian Green #099D8B

Tints of Persian Green #099D8B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 51.48%

 BLUE value IS 139 (54.69% from 255) = 45.57%

R = 2.95%
G = 51.48%
B = 45.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#099D8B (or 0x099D8B) is known color: Persian Green. HEX triplet: 09, 9D and 8B. RGB value is (9,157,139). Sum of RGB (Red+Green+Blue) = 9+157+139=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #099D8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099D8B is #F66274. Grayscale: #6E6E6E. Windows color (decimal): -16147061 or 9149705. OLE color: 9149705.

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

Color convert

RGB 9 157 139 -
CMYK 0.94 0 0.11 0.38
HSL 172.7º 0.89% 0.33% -
HSV(B) 172.7º 0.94% 0.62% -
XYZ 16.83 26.04 28.56 -
YUV 110.7 143.97 55.46 -
System Red Green Blue C M Y K H S L
Decimal 9 157 139 0.94 0 0.11 0.38 172.7 0.89 0.33
Hex 9 9D 8B 5E 0 B 26 AD 59 21
Octal 11 235 213 136 0 13 46 255 131 41
Binary 1001 10011101 10001011 1011110 0 1011 100110 10101101 1011001 100001

Color Harmonies of #099D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099D8B

Black with #099D8B

Text Example


Text Example

White with #099D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,157,139); }

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

background-color css

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

 a { background-color: rgb(9,157,139); }

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

border-color css

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

 span { border-color: rgb(9,157,139); }

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