Html Css Color HEX #099B9D Persian Green

📋 copy color: '#099B9D'

red 9 ◦ green 155 ◦ blue 157

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

Shades of Persian Green #099B9D

Tints of Persian Green #099B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.91%

R = 2.8%
G = 48.29%
B = 48.91%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#099B9D (or 0x099B9D) is known color: Persian Green. HEX triplet: 09, 9B and 9D. RGB value is (9,155,157). Sum of RGB (Red+Green+Blue) = 9+155+157=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #099B9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099B9D is #F66462. Grayscale: #6F6F6F. Windows color (decimal): -16147555 or 10328841. OLE color: 10328841.

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

Color convert

RGB 9 155 157 -
CMYK 0.94 0.01 0 0.38
HSL 180.81º 0.89% 0.33% -
HSV(B) 180.81º 0.94% 0.62% -
XYZ 17.92 25.94 35.96 -
YUV 111.57 153.63 54.84 -
System Red Green Blue C M Y K H S L
Decimal 9 155 157 0.94 0.01 0 0.38 180.81 0.89 0.33
Hex 9 9B 9D 5E 1 0 26 B5 59 21
Octal 11 233 235 136 1 0 46 265 131 41
Binary 1001 10011011 10011101 1011110 1 0 100110 10110101 1011001 100001

Color Harmonies of #099B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099B9D

Black with #099B9D

Text Example


Text Example

White with #099B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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