Html Css Color HEX #096E51 Watercourse

📋 copy color: '#096E51'

red 9 ◦ green 110 ◦ blue 81

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

Shades of Watercourse #096E51

Tints of Watercourse #096E51

RGB

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

 GREEN value IS 110 (43.36% from 255) = 55%

 BLUE value IS 81 (32.03% from 255) = 40.5%

R = 4.5%
G = 55%
B = 40.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.57

RGB Variations

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

Color information

#096E51 (or 0x096E51) is known color: Watercourse. HEX triplet: 09, 6E and 51. RGB value is (9,110,81). Sum of RGB (Red+Green+Blue) = 9+110+81=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 110 (43.36% from 255 or 55% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 110 - color contains mainly: green. Hex color #096E51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096E51 is #F691AE. Grayscale: #4C4C4C. Windows color (decimal): -16159151 or 5336585. OLE color: 5336585.

HSL color Cylindrical-coordinate representation of color #096E51: hue angle of 162.77º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096E51 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 110 81 -
CMYK 0.92 0 0.26 0.57
HSL 162.77º 0.85% 0.23% -
HSV(B) 162.77º 0.92% 0.43% -
XYZ 7.17 11.8 9.68 -
YUV 76.5 130.54 79.86 -
System Red Green Blue C M Y K H S L
Decimal 9 110 81 0.92 0 0.26 0.57 162.77 0.85 0.23
Hex 9 6E 51 5C 0 1A 39 A3 55 17
Octal 11 156 121 134 0 32 71 243 125 27
Binary 1001 1101110 1010001 1011100 0 11010 111001 10100011 1010101 10111

Color Harmonies of #096E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096E51

Black with #096E51

Text Example


Text Example

White with #096E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096E51; }

 p { color: rgb(9,110,81); }

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

background-color css

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

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

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

border-color css

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

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

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