#1C785B

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

Shades of Deep Sea #1C785B

Tints of Deep Sea #1C785B

Color information

#1C785B (or 0x1C785B) is unknown color: approx Deep Sea. HEX triplet: 1C, 78 and 5B. RGB value is (28,120,91). Sum of RGB (Red+Green+Blue) = 28+120+91=239 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.72% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #1C785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C785B is #E387A4. Grayscale: #595959. Windows color (decimal): -14911397 or 5994524. OLE color: 5994524.

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

Color convert

RGB2812091-
CMYK0.7700.240.53
HSL161.09º62.16%29.02%-
HSV(B)161.09º76.67%47.06%-
XYZ9.0814.4412.21-
YUV89.19129.0284.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.72%
GREEN value IS 120 (47.27% from 255) = 50.21%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=11.72%
G=50.21%
B=38.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28120910.7700.240.53161.0962.1629.02
Hex1C785B4D01835a13e1d
Octal34170133115030652417635
Binary111001111000101101110011010110001101011010000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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