Html Css Color HEX #099588 Dark Cyan

📋 copy color: '#099588'

red 9 ◦ green 149 ◦ blue 136

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

Shades of Dark Cyan #099588

Tints of Dark Cyan #099588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.26%

R = 3.06%
G = 50.68%
B = 46.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#099588 (or 0x099588) is known color: Dark Cyan. HEX triplet: 09, 95 and 88. RGB value is (9,149,136). Sum of RGB (Red+Green+Blue) = 9+149+136=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #099588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099588 is #F66A77. Grayscale: #696969. Windows color (decimal): -16149112 or 8951049. OLE color: 8951049.

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

Color convert

RGB 9 149 136 -
CMYK 0.94 0 0.09 0.42
HSL 174.43º 0.89% 0.31% -
HSV(B) 174.43º 0.94% 0.58% -
XYZ 15.3 23.33 26.99 -
YUV 105.66 145.12 59.06 -
System Red Green Blue C M Y K H S L
Decimal 9 149 136 0.94 0 0.09 0.42 174.43 0.89 0.31
Hex 9 95 88 5E 0 9 2A AE 59 1F
Octal 11 225 210 136 0 11 52 256 131 37
Binary 1001 10010101 10001000 1011110 0 1001 101010 10101110 1011001 11111

Color Harmonies of #099588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099588

Black with #099588

Text Example


Text Example

White with #099588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099588; }

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

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

background-color css

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

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

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

border-color css

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

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

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