Html Css Color HEX #099988 Persian Green

📋 copy color: '#099988'

red 9 ◦ green 153 ◦ blue 136

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

Shades of Persian Green #099988

Tints of Persian Green #099988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.34%

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

R = 3.02%
G = 51.34%
B = 45.64%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#099988 (or 0x099988) is known color: Persian Green. HEX triplet: 09, 99 and 88. RGB value is (9,153,136). Sum of RGB (Red+Green+Blue) = 9+153+136=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #099988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099988 is #F66677. Grayscale: #6B6B6B. Windows color (decimal): -16148088 or 8952073. OLE color: 8952073.

HSL color Cylindrical-coordinate representation of color #099988: hue angle of 172.92º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099988 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB 9 153 136 -
CMYK 0.94 0 0.11 0.4
HSL 172.92º 0.89% 0.32% -
HSV(B) 172.92º 0.94% 0.6% -
XYZ 15.95 24.62 27.2 -
YUV 108.01 143.79 57.38 -
System Red Green Blue C M Y K H S L
Decimal 9 153 136 0.94 0 0.11 0.4 172.92 0.89 0.32
Hex 9 99 88 5E 0 B 28 AD 59 20
Octal 11 231 210 136 0 13 50 255 131 40
Binary 1001 10011001 10001000 1011110 0 1011 101000 10101101 1011001 100000

Color Harmonies of #099988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099988

Black with #099988

Text Example


Text Example

White with #099988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099988; }

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

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

background-color css

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

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

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

border-color css

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

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

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