Html Css Color HEX #099595 Dark Cyan

📋 copy color: '#099595'

red 9 ◦ green 149 ◦ blue 149

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

Shades of Dark Cyan #099595

Tints of Dark Cyan #099595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.53%

R = 2.93%
G = 48.53%
B = 48.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#099595 (or 0x099595) is known color: Dark Cyan. HEX triplet: 09, 95 and 95. RGB value is (9,149,149). Sum of RGB (Red+Green+Blue) = 9+149+149=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #099595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099595 is #F66A6A. Grayscale: #6B6B6B. Windows color (decimal): -16149099 or 9803017. OLE color: 9803017.

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

Color convert

RGB 9 149 149 -
CMYK 0.94 0 0 0.42
HSL 180º 0.89% 0.31% -
HSV(B) 180º 0.94% 0.58% -
XYZ 16.28 23.72 32.15 -
YUV 107.14 151.62 58 -
System Red Green Blue C M Y K H S L
Decimal 9 149 149 0.94 0 0 0.42 180 0.89 0.31
Hex 9 95 95 5E 0 0 2A B4 59 1F
Octal 11 225 225 136 0 0 52 264 131 37
Binary 1001 10010101 10010101 1011110 0 0 101010 10110100 1011001 11111

Color Harmonies of #099595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099595

Black with #099595

Text Example


Text Example

White with #099595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099595; }

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

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

background-color css

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

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

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

border-color css

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

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

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