Html Css Color HEX #099593 Dark Cyan

📋 copy color: '#099593'

red 9 ◦ green 149 ◦ blue 147

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

Shades of Dark Cyan #099593

Tints of Dark Cyan #099593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.85%

 BLUE value IS 147 (57.81% from 255) = 48.2%

R = 2.95%
G = 48.85%
B = 48.2%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#099593 (or 0x099593) is known color: Dark Cyan. HEX triplet: 09, 95 and 93. RGB value is (9,149,147). Sum of RGB (Red+Green+Blue) = 9+149+147=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #099593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099593 is #F66A6C. Grayscale: #6A6A6A. Windows color (decimal): -16149101 or 9671945. OLE color: 9671945.

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

Color convert

RGB 9 149 147 -
CMYK 0.94 0 0.01 0.42
HSL 179.14º 0.89% 0.31% -
HSV(B) 179.14º 0.94% 0.58% -
XYZ 16.13 23.66 31.32 -
YUV 106.91 150.62 58.16 -
System Red Green Blue C M Y K H S L
Decimal 9 149 147 0.94 0 0.01 0.42 179.14 0.89 0.31
Hex 9 95 93 5E 0 1 2A B3 59 1F
Octal 11 225 223 136 0 1 52 263 131 37
Binary 1001 10010101 10010011 1011110 0 1 101010 10110011 1011001 11111

Color Harmonies of #099593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099593

Black with #099593

Text Example


Text Example

White with #099593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099593; }

 p { color: rgb(9,149,147); }

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

background-color css

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

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

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

border-color css

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

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

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