#1E7A67

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

Shades of Deep Sea #1E7A67

Tints of Deep Sea #1E7A67

Color information

#1E7A67 (or 0x1E7A67) is unknown color: approx Deep Sea. HEX triplet: 1E, 7A and 67. RGB value is (30,122,103). Sum of RGB (Red+Green+Blue) = 30+122+103=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 122 (48.05% from 255 or 47.84% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 122 - color contains mainly: green. Hex color #1E7A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7A67 is #E18598. Grayscale: #5C5C5C. Windows color (decimal): -14779801 or 6781470. OLE color: 6781470.

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

Color convert

RGB30122103-
CMYK0.7500.160.52
HSL167.61º60.53%29.8%-
HSV(B)167.61º75.41%47.84%-
XYZ9.9415.1715.24-
YUV92.33134.0283.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.76%
GREEN value IS 122 (48.05% from 255) = 47.84%
BLUE value IS 103 (40.62% from 255) = 40.39%
R=11.76%
G=47.84%
B=40.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal301221030.7500.160.52167.6160.5329.8
Hex1E7A674B01034a83d1e
Octal36172147113020642507536
Binary111101111010110011110010110100001101001010100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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