Html Css Color HEX #099799 Dark Cyan

📋 copy color: '#099799'

red 9 ◦ green 151 ◦ blue 153

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

Shades of Dark Cyan #099799

Tints of Dark Cyan #099799

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.24%

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

R = 2.88%
G = 48.24%
B = 48.88%

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

#099799 (or 0x099799) is known color: Dark Cyan. HEX triplet: 09, 97 and 99. RGB value is (9,151,153). Sum of RGB (Red+Green+Blue) = 9+151+153=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #099799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099799 is #F66866. Grayscale: #6C6C6C. Windows color (decimal): -16148583 or 10065673. OLE color: 10065673.

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

Color convert

RGB 9 151 153 -
CMYK 0.94 0.01 0 0.4
HSL 180.83º 0.89% 0.32% -
HSV(B) 180.83º 0.94% 0.6% -
XYZ 16.93 24.49 33.97 -
YUV 108.77 152.96 56.84 -
System Red Green Blue C M Y K H S L
Decimal 9 151 153 0.94 0.01 0 0.4 180.83 0.89 0.32
Hex 9 97 99 5E 1 0 28 B5 59 20
Octal 11 227 231 136 1 0 50 265 131 40
Binary 1001 10010111 10011001 1011110 1 0 101000 10110101 1011001 100000

Color Harmonies of #099799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099799

Black with #099799

Text Example


Text Example

White with #099799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099799; }

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

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

background-color css

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

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

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

border-color css

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

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

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