Html Css Color HEX #099791 Dark Cyan

📋 copy color: '#099791'

red 9 ◦ green 151 ◦ blue 145

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

Shades of Dark Cyan #099791

Tints of Dark Cyan #099791

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

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

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

Color convert

RGB 9 151 145 -
CMYK 0.94 0 0.04 0.41
HSL 177.46º 0.89% 0.31% -
HSV(B) 177.46º 0.94% 0.59% -
XYZ 16.29 24.24 30.61 -
YUV 107.86 148.96 57.49 -
System Red Green Blue C M Y K H S L
Decimal 9 151 145 0.94 0 0.04 0.41 177.46 0.89 0.31
Hex 9 97 91 5E 0 4 29 B1 59 1F
Octal 11 227 221 136 0 4 51 261 131 37
Binary 1001 10010111 10010001 1011110 0 100 101001 10110001 1011001 11111

Color Harmonies of #099791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099791

Black with #099791

Text Example


Text Example

White with #099791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099791; }

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

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

background-color css

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

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

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

border-color css

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

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

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