Html Css Color HEX #099586 Dark Cyan

📋 copy color: '#099586'

red 9 ◦ green 149 ◦ blue 134

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

Shades of Dark Cyan #099586

Tints of Dark Cyan #099586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 45.89%

R = 3.08%
G = 51.03%
B = 45.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#099586 (or 0x099586) is known color: Dark Cyan. HEX triplet: 09, 95 and 86. RGB value is (9,149,134). Sum of RGB (Red+Green+Blue) = 9+149+134=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 134 (52.73% from 255 or 45.89% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #099586 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099586 is #F66A79. Grayscale: #696969. Windows color (decimal): -16149114 or 8819977. OLE color: 8819977.

HSL color Cylindrical-coordinate representation of color #099586: hue angle of 173.57º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099586 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 149 134 -
CMYK 0.94 0 0.10 0.42
HSL 173.57º 0.89% 0.31% -
HSV(B) 173.57º 0.94% 0.58% -
XYZ 15.16 23.27 26.25 -
YUV 105.43 144.12 59.22 -
System Red Green Blue C M Y K H S L
Decimal 9 149 134 0.94 0 0.10 0.42 173.57 0.89 0.31
Hex 9 95 86 5E 0 A 2A AE 59 1F
Octal 11 225 206 136 0 12 52 256 131 37
Binary 1001 10010101 10000110 1011110 0 1010 101010 10101110 1011001 11111

Color Harmonies of #099586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099586

Black with #099586

Text Example


Text Example

White with #099586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099586; }

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

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

background-color css

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

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

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

border-color css

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

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

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