#1E7869

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

Shades of Deep Sea #1E7869

Tints of Deep Sea #1E7869

Color information

#1E7869 (or 0x1E7869) is unknown color: approx Deep Sea. HEX triplet: 1E, 78 and 69. RGB value is (30,120,105). Sum of RGB (Red+Green+Blue) = 30+120+105=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #1E7869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7869 is #E18796. Grayscale: #5B5B5B. Windows color (decimal): -14780311 or 6912030. OLE color: 6912030.

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

Color convert

RGB30120105-
CMYK0.7500.130.53
HSL170º60%29.41%-
HSV(B)170º75%47.06%-
XYZ9.814.7315.69-
YUV91.38135.6884.22-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.76%
GREEN value IS 120 (47.27% from 255) = 47.06%
BLUE value IS 105 (41.41% from 255) = 41.18%
R=11.76%
G=47.06%
B=41.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal301201050.7500.130.531706029.41
Hex1E78694B0D35aa3c1d
Octal36170151113015652527435
Binary11110111100011010011001011011011101011010101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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