Html Css Color HEX #099686 Dark Cyan

📋 copy color: '#099686'

red 9 ◦ green 150 ◦ blue 134

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

Shades of Dark Cyan #099686

Tints of Dark Cyan #099686

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.19%

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

R = 3.07%
G = 51.19%
B = 45.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#099686 (or 0x099686) is known color: Dark Cyan. HEX triplet: 09, 96 and 86. RGB value is (9,150,134). Sum of RGB (Red+Green+Blue) = 9+150+134=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #099686 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099686 is #F66979. Grayscale: #696969. Windows color (decimal): -16148858 or 8820233. OLE color: 8820233.

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

Color convert

RGB 9 150 134 -
CMYK 0.94 0 0.11 0.41
HSL 173.19º 0.89% 0.31% -
HSV(B) 173.19º 0.94% 0.59% -
XYZ 15.32 23.59 26.3 -
YUV 106.02 143.79 58.8 -
System Red Green Blue C M Y K H S L
Decimal 9 150 134 0.94 0 0.11 0.41 173.19 0.89 0.31
Hex 9 96 86 5E 0 B 29 AD 59 1F
Octal 11 226 206 136 0 13 51 255 131 37
Binary 1001 10010110 10000110 1011110 0 1011 101001 10101101 1011001 11111

Color Harmonies of #099686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099686

Black with #099686

Text Example


Text Example

White with #099686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099686; }

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

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

background-color css

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

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

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

border-color css

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

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

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