#1E7965

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

Shades of Deep Sea #1E7965

Tints of Deep Sea #1E7965

Color information

#1E7965 (or 0x1E7965) is unknown color: approx Deep Sea. HEX triplet: 1E, 79 and 65. RGB value is (30,121,101). Sum of RGB (Red+Green+Blue) = 30+121+101=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #1E7965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7965 is #E1869A. Grayscale: #5B5B5B. Windows color (decimal): -14780059 or 6650142. OLE color: 6650142.

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

Color convert

RGB30121101-
CMYK0.7500.170.53
HSL166.81º60.26%29.61%-
HSV(B)166.81º75.21%47.45%-
XYZ9.7214.8914.67-
YUV91.51133.3584.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.90%
GREEN value IS 121 (47.66% from 255) = 48.02%
BLUE value IS 101 (39.84% from 255) = 40.08%
R=11.90%
G=48.02%
B=40.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal301211010.7500.170.53166.8160.2629.61
Hex1E79654B01135a73c1e
Octal36171145113021652477436
Binary111101111001110010110010110100011101011010011111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,121,101); }

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

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

 a { background-color: rgb(30,121,101); }

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

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

 span { border-color: rgb(30,121,101); }

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