Html Css Color HEX #099395 Dark Cyan

📋 copy color: '#099395'

red 9 ◦ green 147 ◦ blue 149

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

Shades of Dark Cyan #099395

Tints of Dark Cyan #099395

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 9 147 149 -
CMYK 0.94 0.01 0 0.42
HSL 180.86º 0.89% 0.31% -
HSV(B) 180.86º 0.94% 0.58% -
XYZ 15.97 23.1 32.05 -
YUV 105.97 152.28 58.84 -
System Red Green Blue C M Y K H S L
Decimal 9 147 149 0.94 0.01 0 0.42 180.86 0.89 0.31
Hex 9 93 95 5E 1 0 2A B5 59 1F
Octal 11 223 225 136 1 0 52 265 131 37
Binary 1001 10010011 10010101 1011110 1 0 101010 10110101 1011001 11111

Color Harmonies of #099395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099395

Black with #099395

Text Example


Text Example

White with #099395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099395; }

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

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

background-color css

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

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

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

border-color css

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

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

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