#1C7963

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

Shades of Deep Sea #1C7963

Tints of Deep Sea #1C7963

Color information

#1C7963 (or 0x1C7963) is unknown color: approx Deep Sea. HEX triplet: 1C, 79 and 63. RGB value is (28,121,99). Sum of RGB (Red+Green+Blue) = 28+121+99=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #1C7963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7963 is #E3869C. Grayscale: #5A5A5A. Windows color (decimal): -14911133 or 6519068. OLE color: 6519068.

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

Color convert

RGB2812199-
CMYK0.7700.180.53
HSL165.81º62.42%29.22%-
HSV(B)165.81º76.86%47.45%-
XYZ9.5714.8214.16-
YUV90.68132.6983.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.29%
GREEN value IS 121 (47.66% from 255) = 48.79%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=11.29%
G=48.79%
B=39.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28121990.7700.180.53165.8162.4229.22
Hex1C79634D01235a63e1d
Octal34171143115022652467635
Binary111001111001110001110011010100101101011010011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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