Html Css Color HEX #099196 Dark Cyan

📋 copy color: '#099196'

red 9 ◦ green 145 ◦ blue 150

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

Shades of Dark Cyan #099196

Tints of Dark Cyan #099196

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.7%

 BLUE value IS 150 (58.98% from 255) = 49.34%

R = 2.96%
G = 47.7%
B = 49.34%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#099196 (or 0x099196) is known color: Dark Cyan. HEX triplet: 09, 91 and 96. RGB value is (9,145,150). Sum of RGB (Red+Green+Blue) = 9+145+150=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #099196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099196 is #F66E69. Grayscale: #686868. Windows color (decimal): -16150122 or 9867529. OLE color: 9867529.

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

Color convert

RGB 9 145 150 -
CMYK 0.94 0.03 0 0.41
HSL 182.13º 0.89% 0.31% -
HSV(B) 182.13º 0.94% 0.59% -
XYZ 15.74 22.51 32.37 -
YUV 104.91 153.44 59.59 -
System Red Green Blue C M Y K H S L
Decimal 9 145 150 0.94 0.03 0 0.41 182.13 0.89 0.31
Hex 9 91 96 5E 3 0 29 B6 59 1F
Octal 11 221 226 136 3 0 51 266 131 37
Binary 1001 10010001 10010110 1011110 11 0 101001 10110110 1011001 11111

Color Harmonies of #099196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099196

Black with #099196

Text Example


Text Example

White with #099196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099196; }

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

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

background-color css

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

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

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

border-color css

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

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

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