#1C705C

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

Shades of Deep Sea #1C705C

Tints of Deep Sea #1C705C

Color information

#1C705C (or 0x1C705C) is unknown color: approx Deep Sea. HEX triplet: 1C, 70 and 5C. RGB value is (28,112,92). Sum of RGB (Red+Green+Blue) = 28+112+92=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #1C705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C705C is #E38FA3. Grayscale: #545454. Windows color (decimal): -14913444 or 6058012. OLE color: 6058012.

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

Color convert

RGB2811292-
CMYK0.7500.180.56
HSL165.71º60%27.45%-
HSV(B)165.71º75%43.92%-
XYZ8.212.6112.13-
YUV84.6132.1787.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.07%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 92 (36.33% from 255) = 39.66%
R=12.07%
G=48.28%
B=39.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28112920.7500.180.56165.716027.45
Hex1C705C4B01238a63c1b
Octal34160134113022702467433
Binary111001110000101110010010110100101110001010011011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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