#1E7860

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

Shades of Deep Sea #1E7860

Tints of Deep Sea #1E7860

Color information

#1E7860 (or 0x1E7860) is unknown color: approx Deep Sea. HEX triplet: 1E, 78 and 60. RGB value is (30,120,96). Sum of RGB (Red+Green+Blue) = 30+120+96=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #1E7860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7860 is #E1879F. Grayscale: #5A5A5A. Windows color (decimal): -14780320 or 6322206. OLE color: 6322206.

HSL color Cylindrical-coordinate representation of color #1E7860: hue angle of 164º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7860 is Cyan = 0.75, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB3012096-
CMYK0.7500.20.53
HSL164º60%29.41%-
HSV(B)164º75%47.06%-
XYZ9.3614.5513.38-
YUV90.35131.1884.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.20%
GREEN value IS 120 (47.27% from 255) = 48.78%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=12.20%
G=48.78%
B=39.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30120960.7500.20.531646029.41
Hex1E78604B01435a43c1d
Octal36170140113024652447435
Binary111101111000110000010010110101001101011010010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,120,96); }

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

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

 a { background-color: rgb(30,120,96); }

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

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

 span { border-color: rgb(30,120,96); }

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