Html Css Color HEX #099197 Dark Cyan

📋 copy color: '#099197'

red 9 ◦ green 145 ◦ blue 151

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

Shades of Dark Cyan #099197

Tints of Dark Cyan #099197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 49.51%

R = 2.95%
G = 47.54%
B = 49.51%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#099197 (or 0x099197) is known color: Dark Cyan. HEX triplet: 09, 91 and 97. RGB value is (9,145,151). Sum of RGB (Red+Green+Blue) = 9+145+151=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #099197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099197 is #F66E68. Grayscale: #686868. Windows color (decimal): -16150121 or 9933065. OLE color: 9933065.

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

Color convert

RGB 9 145 151 -
CMYK 0.94 0.04 0 0.41
HSL 182.54º 0.89% 0.31% -
HSV(B) 182.54º 0.94% 0.59% -
XYZ 15.82 22.54 32.8 -
YUV 105.02 153.94 59.51 -
System Red Green Blue C M Y K H S L
Decimal 9 145 151 0.94 0.04 0 0.41 182.54 0.89 0.31
Hex 9 91 97 5E 4 0 29 B7 59 1F
Octal 11 221 227 136 4 0 51 267 131 37
Binary 1001 10010001 10010111 1011110 100 0 101001 10110111 1011001 11111

Color Harmonies of #099197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099197

Black with #099197

Text Example


Text Example

White with #099197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099197; }

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

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

background-color css

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

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

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

border-color css

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

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

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