Html Css Color HEX #099585 Dark Cyan

📋 copy color: '#099585'

red 9 ◦ green 149 ◦ blue 133

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

Shades of Dark Cyan #099585

Tints of Dark Cyan #099585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.7%

R = 3.09%
G = 51.2%
B = 45.7%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#099585 (or 0x099585) is known color: Dark Cyan. HEX triplet: 09, 95 and 85. RGB value is (9,149,133). Sum of RGB (Red+Green+Blue) = 9+149+133=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #099585 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099585 is #F66A7A. Grayscale: #696969. Windows color (decimal): -16149115 or 8754441. OLE color: 8754441.

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

Color convert

RGB 9 149 133 -
CMYK 0.94 0 0.11 0.42
HSL 173.14º 0.89% 0.31% -
HSV(B) 173.14º 0.94% 0.58% -
XYZ 15.09 23.25 25.88 -
YUV 105.32 143.62 59.3 -
System Red Green Blue C M Y K H S L
Decimal 9 149 133 0.94 0 0.11 0.42 173.14 0.89 0.31
Hex 9 95 85 5E 0 B 2A AD 59 1F
Octal 11 225 205 136 0 13 52 255 131 37
Binary 1001 10010101 10000101 1011110 0 1011 101010 10101101 1011001 11111

Color Harmonies of #099585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099585

Black with #099585

Text Example


Text Example

White with #099585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099585; }

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

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

background-color css

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

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

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

border-color css

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

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

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