#095A4A

Color #095A4A Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #095A4A

Tints of Watercourse #095A4A

Color information

#095A4A (or 0x095A4A) is unknown color: approx Watercourse. HEX triplet: 09, 5A and 4A. RGB value is (9,90,74). Sum of RGB (Red+Green+Blue) = 9+90+74=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 90 (35.55% from 255 or 52.02% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 90 - color contains mainly: green. Hex color #095A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095A4A is #F6A5B5. Grayscale: #3F3F3F. Windows color (decimal): -16164278 or 4872713. OLE color: 4872713.

HSL color Cylindrical-coordinate representation of color #095A4A: hue angle of 168.15º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095A4A is Cyan = 0.9, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB99074-
CMYK0.900.180.65
HSL168.15º81.82%19.41%-
HSV(B)168.15º90%35.29%-
XYZ57.867.73-
YUV63.96133.6688.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.20%
GREEN value IS 90 (35.55% from 255) = 52.02%
BLUE value IS 74 (29.30% from 255) = 42.77%
R=5.20%
G=52.02%
B=42.77%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal990740.900.180.65168.1581.8219.41
Hex95A4A5A01241a85213
Octal1113211213202210125012223
Binary1001101101010010101011010010010100000110101000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095A4A; }

 p { color: rgb(9,90,74); }

 H1.HeaderClassName
 {
   color: #095A4A;
 }
 .AnyTagClassName
 {
   color: #095A4A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #095A4A;
 }
 .BgClassName
 {
   background-color: #095A4A;
 }
</style>
border-color css

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

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

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