#1E7B64

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

Shades of Deep Sea #1E7B64

Tints of Deep Sea #1E7B64

Color information

#1E7B64 (or 0x1E7B64) is unknown color: approx Deep Sea. HEX triplet: 1E, 7B and 64. RGB value is (30,123,100). Sum of RGB (Red+Green+Blue) = 30+123+100=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 123 (48.44% from 255 or 48.62% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 123 - color contains mainly: green. Hex color #1E7B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7B64 is #E1849B. Grayscale: #5C5C5C. Windows color (decimal): -14779548 or 6585118. OLE color: 6585118.

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

Color convert

RGB30123100-
CMYK0.7600.190.52
HSL165.16º60.78%30%-
HSV(B)165.16º75.61%48.24%-
XYZ9.9215.3614.5-
YUV92.57132.1983.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.86%
GREEN value IS 123 (48.44% from 255) = 48.62%
BLUE value IS 100 (39.45% from 255) = 39.53%
R=11.86%
G=48.62%
B=39.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal301231000.7600.190.52165.1660.7830
Hex1E7B644C01334a53d1e
Octal36173144114023642457536
Binary111101111011110010010011000100111101001010010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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