#1C795A

Color #1C795A Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #1C795A

Tints of Deep Sea #1C795A

Color information

#1C795A (or 0x1C795A) is unknown color: approx Deep Sea. HEX triplet: 1C, 79 and 5A. RGB value is (28,121,90). Sum of RGB (Red+Green+Blue) = 28+121+90=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #1C795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C795A is #E386A5. Grayscale: #595959. Windows color (decimal): -14911142 or 5929244. OLE color: 5929244.

HSL color Cylindrical-coordinate representation of color #1C795A: hue angle of 160º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C795A is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB2812190-
CMYK0.7700.260.53
HSL160º62.42%29.22%-
HSV(B)160º76.86%47.45%-
XYZ9.1614.6612.02-
YUV89.66128.1984.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.72%
GREEN value IS 121 (47.66% from 255) = 50.63%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=11.72%
G=50.63%
B=37.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28121900.7700.260.5316062.4229.22
Hex1C795A4D01A35a03e1d
Octal34171132115032652407635
Binary111001111001101101010011010110101101011010000011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C795A; }

 p { color: rgb(28,121,90); }

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

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

 a { background-color: rgb(28,121,90); }

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

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

 span { border-color: rgb(28,121,90); }

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