#1C7C5E

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

Shades of Deep Sea #1C7C5E

Tints of Deep Sea #1C7C5E

Color information

#1C7C5E (or 0x1C7C5E) is unknown color: approx Deep Sea. HEX triplet: 1C, 7C and 5E. RGB value is (28,124,94). Sum of RGB (Red+Green+Blue) = 28+124+94=246 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.38% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #1C7C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7C5E is #E383A1. Grayscale: #5B5B5B. Windows color (decimal): -14910370 or 6192156. OLE color: 6192156.

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

Color convert

RGB2812494-
CMYK0.7700.240.51
HSL161.25º63.16%29.8%-
HSV(B)161.25º77.42%48.63%-
XYZ9.7115.4713.06-
YUV91.88129.282.44-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.38%
GREEN value IS 124 (48.83% from 255) = 50.41%
BLUE value IS 94 (37.11% from 255) = 38.21%
R=11.38%
G=50.41%
B=38.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28124940.7700.240.51161.2563.1629.8
Hex1C7C5E4D01833a13f1e
Octal34174136115030632417736
Binary111001111100101111010011010110001100111010000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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