#1C7C60

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

Shades of Deep Sea #1C7C60

Tints of Deep Sea #1C7C60

Color information

#1C7C60 (or 0x1C7C60) is unknown color: approx Deep Sea. HEX triplet: 1C, 7C and 60. RGB value is (28,124,96). Sum of RGB (Red+Green+Blue) = 28+124+96=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #1C7C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7C60 is #E3839F. Grayscale: #5C5C5C. Windows color (decimal): -14910368 or 6323228. OLE color: 6323228.

HSL color Cylindrical-coordinate representation of color #1C7C60: hue angle of 162.5º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7C60 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB2812496-
CMYK0.7700.230.51
HSL162.5º63.16%29.8%-
HSV(B)162.5º77.42%48.63%-
XYZ9.815.5113.54-
YUV92.1130.282.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.29%
GREEN value IS 124 (48.83% from 255) = 50%
BLUE value IS 96 (37.89% from 255) = 38.71%
R=11.29%
G=50%
B=38.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28124960.7700.230.51162.563.1629.8
Hex1C7C604D01733a23f1e
Octal34174140115027632427736
Binary111001111100110000010011010101111100111010001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,124,96); }

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

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

 a { background-color: rgb(28,124,96); }

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

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

 span { border-color: rgb(28,124,96); }

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