#1C7061

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

Shades of Deep Sea #1C7061

Tints of Deep Sea #1C7061

Color information

#1C7061 (or 0x1C7061) is unknown color: approx Deep Sea. HEX triplet: 1C, 70 and 61. RGB value is (28,112,97). Sum of RGB (Red+Green+Blue) = 28+112+97=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #1C7061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7061 is #E38F9E. Grayscale: #555555. Windows color (decimal): -14913439 or 6385692. OLE color: 6385692.

HSL color Cylindrical-coordinate representation of color #1C7061: hue angle of 169.29º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C7061 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB2811297-
CMYK0.7500.130.56
HSL169.29º60%27.45%-
HSV(B)169.29º75%43.92%-
XYZ8.4312.713.32-
YUV85.17134.6787.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.81%
GREEN value IS 112 (44.14% from 255) = 47.26%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=11.81%
G=47.26%
B=40.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28112970.7500.130.56169.296027.45
Hex1C70614B0D38a93c1b
Octal34160141113015702517433
Binary11100111000011000011001011011011110001010100111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,112,97); }

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

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

 a { background-color: rgb(28,112,97); }

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

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

 span { border-color: rgb(28,112,97); }

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