Html Css Color HEX #099B86 Persian Green

📋 copy color: '#099B86'

red 9 ◦ green 155 ◦ blue 134

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

Shades of Persian Green #099B86

Tints of Persian Green #099B86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 44.97%

R = 3.02%
G = 52.01%
B = 44.97%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#099B86 (or 0x099B86) is known color: Persian Green. HEX triplet: 09, 9B and 86. RGB value is (9,155,134). Sum of RGB (Red+Green+Blue) = 9+155+134=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 155 (60.94% from 255 or 52.01% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 155 - color contains mainly: green. Hex color #099B86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099B86 is #F66479. Grayscale: #6C6C6C. Windows color (decimal): -16147578 or 8821513. OLE color: 8821513.

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

Color convert

RGB 9 155 134 -
CMYK 0.94 0 0.14 0.39
HSL 171.37º 0.89% 0.32% -
HSV(B) 171.37º 0.94% 0.61% -
XYZ 16.14 25.22 26.57 -
YUV 108.95 142.13 56.71 -
System Red Green Blue C M Y K H S L
Decimal 9 155 134 0.94 0 0.14 0.39 171.37 0.89 0.32
Hex 9 9B 86 5E 0 E 27 AB 59 20
Octal 11 233 206 136 0 16 47 253 131 40
Binary 1001 10011011 10000110 1011110 0 1110 100111 10101011 1011001 100000

Color Harmonies of #099B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099B86

Black with #099B86

Text Example


Text Example

White with #099B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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