Html Css Color HEX #099899 Persian Green

📋 copy color: '#099899'

red 9 ◦ green 152 ◦ blue 153

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

Shades of Persian Green #099899

Tints of Persian Green #099899

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.41%

 BLUE value IS 153 (60.16% from 255) = 48.73%

R = 2.87%
G = 48.41%
B = 48.73%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#099899 (or 0x099899) is known color: Persian Green. HEX triplet: 09, 98 and 99. RGB value is (9,152,153). Sum of RGB (Red+Green+Blue) = 9+152+153=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #099899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099899 is #F66766. Grayscale: #6D6D6D. Windows color (decimal): -16148327 or 10065929. OLE color: 10065929.

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

Color convert

RGB 9 152 153 -
CMYK 0.94 0.01 0 0.4
HSL 180.42º 0.89% 0.32% -
HSV(B) 180.42º 0.94% 0.6% -
XYZ 17.09 24.81 34.03 -
YUV 109.36 152.62 56.42 -
System Red Green Blue C M Y K H S L
Decimal 9 152 153 0.94 0.01 0 0.4 180.42 0.89 0.32
Hex 9 98 99 5E 1 0 28 B4 59 20
Octal 11 230 231 136 1 0 50 264 131 40
Binary 1001 10011000 10011001 1011110 1 0 101000 10110100 1011001 100000

Color Harmonies of #099899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099899

Black with #099899

Text Example


Text Example

White with #099899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099899; }

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

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

background-color css

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

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

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

border-color css

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

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

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