#095C4C

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

Shades of Watercourse #095C4C

Tints of Watercourse #095C4C

Color information

#095C4C (or 0x095C4C) is unknown color: approx Watercourse. HEX triplet: 09, 5C and 4C. RGB value is (9,92,76). Sum of RGB (Red+Green+Blue) = 9+92+76=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 92 (36.33% from 255 or 51.98% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 92 - color contains mainly: green. Hex color #095C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095C4C is #F6A3B3. Grayscale: #414141. Windows color (decimal): -16163764 or 5004297. OLE color: 5004297.

HSL color Cylindrical-coordinate representation of color #095C4C: hue angle of 168.43º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095C4C is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB99276-
CMYK0.9000.170.64
HSL168.43º82.18%19.8%-
HSV(B)168.43º90.22%36.08%-
XYZ5.248.238.15-
YUV65.3613487.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.08%
GREEN value IS 92 (36.33% from 255) = 51.98%
BLUE value IS 76 (30.08% from 255) = 42.94%
R=5.08%
G=51.98%
B=42.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal992760.9000.170.64168.4382.1819.8
Hex95C4C5A01140a85214
Octal1113411413202110025012224
Binary1001101110010011001011010010001100000010101000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,92,76); }

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

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

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

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

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

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

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