#1E7A64

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

Shades of Deep Sea #1E7A64

Tints of Deep Sea #1E7A64

Color information

#1E7A64 (or 0x1E7A64) is unknown color: approx Deep Sea. HEX triplet: 1E, 7A and 64. RGB value is (30,122,100). Sum of RGB (Red+Green+Blue) = 30+122+100=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 122 (48.05% from 255 or 48.41% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 122 - color contains mainly: green. Hex color #1E7A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7A64 is #E1859B. Grayscale: #5B5B5B. Windows color (decimal): -14779804 or 6584862. OLE color: 6584862.

HSL color Cylindrical-coordinate representation of color #1E7A64: hue angle of 165.65º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7A64 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB30122100-
CMYK0.7500.180.52
HSL165.65º60.53%29.8%-
HSV(B)165.65º75.41%47.84%-
XYZ9.815.1214.46-
YUV91.98132.5283.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.90%
GREEN value IS 122 (48.05% from 255) = 48.41%
BLUE value IS 100 (39.45% from 255) = 39.68%
R=11.90%
G=48.41%
B=39.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal301221000.7500.180.52165.6560.5329.8
Hex1E7A644B01234a63d1e
Octal36172144113022642467536
Binary111101111010110010010010110100101101001010011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,122,100); }

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

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

 a { background-color: rgb(30,122,100); }

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

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

 span { border-color: rgb(30,122,100); }

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