Html Css Color HEX #099B88 Persian Green

📋 copy color: '#099B88'

red 9 ◦ green 155 ◦ blue 136

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

Shades of Persian Green #099B88

Tints of Persian Green #099B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.33%

R = 3%
G = 51.67%
B = 45.33%

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

#099B88 (or 0x099B88) is known color: Persian Green. HEX triplet: 09, 9B and 88. RGB value is (9,155,136). Sum of RGB (Red+Green+Blue) = 9+155+136=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #099B88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099B88 is #F66477. Grayscale: #6D6D6D. Windows color (decimal): -16147576 or 8952585. OLE color: 8952585.

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

Color convert

RGB 9 155 136 -
CMYK 0.94 0 0.12 0.39
HSL 172.19º 0.89% 0.32% -
HSV(B) 172.19º 0.94% 0.61% -
XYZ 16.28 25.28 27.31 -
YUV 109.18 143.13 56.54 -
System Red Green Blue C M Y K H S L
Decimal 9 155 136 0.94 0 0.12 0.39 172.19 0.89 0.32
Hex 9 9B 88 5E 0 C 27 AC 59 20
Octal 11 233 210 136 0 14 47 254 131 40
Binary 1001 10011011 10001000 1011110 0 1100 100111 10101100 1011001 100000

Color Harmonies of #099B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099B88

Black with #099B88

Text Example


Text Example

White with #099B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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