Html Css Color HEX #099599 Dark Cyan

📋 copy color: '#099599'

red 9 ◦ green 149 ◦ blue 153

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

Shades of Dark Cyan #099599

Tints of Dark Cyan #099599

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.91%

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

R = 2.89%
G = 47.91%
B = 49.2%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#099599 (or 0x099599) is known color: Dark Cyan. HEX triplet: 09, 95 and 99. RGB value is (9,149,153). Sum of RGB (Red+Green+Blue) = 9+149+153=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #099599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099599 is #F66A66. Grayscale: #6B6B6B. Windows color (decimal): -16149095 or 10065161. OLE color: 10065161.

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

Color convert

RGB 9 149 153 -
CMYK 0.94 0.03 0 0.4
HSL 181.67º 0.89% 0.32% -
HSV(B) 181.67º 0.94% 0.6% -
XYZ 16.61 23.85 33.87 -
YUV 107.6 153.62 57.67 -
System Red Green Blue C M Y K H S L
Decimal 9 149 153 0.94 0.03 0 0.4 181.67 0.89 0.32
Hex 9 95 99 5E 3 0 28 B6 59 20
Octal 11 225 231 136 3 0 50 266 131 40
Binary 1001 10010101 10011001 1011110 11 0 101000 10110110 1011001 100000

Color Harmonies of #099599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099599

Black with #099599

Text Example


Text Example

White with #099599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099599; }

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

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

background-color css

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

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

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

border-color css

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

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

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