#1C785C

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

Shades of Deep Sea #1C785C

Tints of Deep Sea #1C785C

Color information

#1C785C (or 0x1C785C) is unknown color: approx Deep Sea. HEX triplet: 1C, 78 and 5C. RGB value is (28,120,92). Sum of RGB (Red+Green+Blue) = 28+120+92=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #1C785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C785C is #E387A3. Grayscale: #595959. Windows color (decimal): -14911396 or 6060060. OLE color: 6060060.

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

Color convert

RGB2812092-
CMYK0.7700.230.53
HSL161.74º62.16%29.02%-
HSV(B)161.74º76.67%47.06%-
XYZ9.1314.4512.43-
YUV89.3129.5284.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.67%
GREEN value IS 120 (47.27% from 255) = 50%
BLUE value IS 92 (36.33% from 255) = 38.33%
R=11.67%
G=50%
B=38.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28120920.7700.230.53161.7462.1629.02
Hex1C785C4D01735a23e1d
Octal34170134115027652427635
Binary111001111000101110010011010101111101011010001011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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