Html Css Color HEX #099191 Dark Cyan

📋 copy color: '#099191'

red 9 ◦ green 145 ◦ blue 145

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

Shades of Dark Cyan #099191

Tints of Dark Cyan #099191

RGB

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

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

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

R = 3.01%
G = 48.49%
B = 48.49%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#099191 (or 0x099191) is known color: Dark Cyan. HEX triplet: 09, 91 and 91. RGB value is (9,145,145). Sum of RGB (Red+Green+Blue) = 9+145+145=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #099191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099191 is #F66E6E. Grayscale: #686868. Windows color (decimal): -16150127 or 9539849. OLE color: 9539849.

HSL color Cylindrical-coordinate representation of color #099191: hue angle of 180º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099191 is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 145 145 -
CMYK 0.94 0 0 0.43
HSL 180º 0.88% 0.3% -
HSV(B) 180º 0.94% 0.57% -
XYZ 15.35 22.35 30.29 -
YUV 104.34 150.94 60 -
System Red Green Blue C M Y K H S L
Decimal 9 145 145 0.94 0 0 0.43 180 0.88 0.3
Hex 9 91 91 5E 0 0 2B B4 58 1E
Octal 11 221 221 136 0 0 53 264 130 36
Binary 1001 10010001 10010001 1011110 0 0 101011 10110100 1011000 11110

Color Harmonies of #099191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099191

Black with #099191

Text Example


Text Example

White with #099191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099191; }

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

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

background-color css

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

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

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

border-color css

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

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

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