#1C7964

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

Shades of Deep Sea #1C7964

Tints of Deep Sea #1C7964

Color information

#1C7964 (or 0x1C7964) is unknown color: approx Deep Sea. HEX triplet: 1C, 79 and 64. RGB value is (28,121,100). Sum of RGB (Red+Green+Blue) = 28+121+100=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #1C7964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7964 is #E3869B. Grayscale: #5A5A5A. Windows color (decimal): -14911132 or 6584604. OLE color: 6584604.

HSL color Cylindrical-coordinate representation of color #1C7964: hue angle of 166.45º 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 #1C7964 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB28121100-
CMYK0.7700.170.53
HSL166.45º62.42%29.22%-
HSV(B)166.45º76.86%47.45%-
XYZ9.6214.8414.41-
YUV90.8133.1983.21-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.24%
GREEN value IS 121 (47.66% from 255) = 48.59%
BLUE value IS 100 (39.45% from 255) = 40.16%
R=11.24%
G=48.59%
B=40.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal281211000.7700.170.53166.4562.4229.22
Hex1C79644D01135a63e1d
Octal34171144115021652467635
Binary111001111001110010010011010100011101011010011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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