#1D7E67

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

Shades of Deep Sea #1D7E67

Tints of Deep Sea #1D7E67

Color information

#1D7E67 (or 0x1D7E67) is unknown color: approx Deep Sea. HEX triplet: 1D, 7E and 67. RGB value is (29,126,103). Sum of RGB (Red+Green+Blue) = 29+126+103=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 126 (49.61% from 255 or 48.84% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 126 - color contains mainly: green. Hex color #1D7E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7E67 is #E28198. Grayscale: #5E5E5E. Windows color (decimal): -14844313 or 6782493. OLE color: 6782493.

HSL color Cylindrical-coordinate representation of color #1D7E67: hue angle of 165.77º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7E67 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB29126103-
CMYK0.7700.180.51
HSL165.77º62.58%30.39%-
HSV(B)165.77º76.98%49.41%-
XYZ10.4216.1615.4-
YUV94.37132.8681.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.24%
GREEN value IS 126 (49.61% from 255) = 48.84%
BLUE value IS 103 (40.62% from 255) = 39.92%
R=11.24%
G=48.84%
B=39.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal291261030.7700.180.51165.7762.5830.39
Hex1D7E674D01233a63f1e
Octal35176147115022632467736
Binary111011111110110011110011010100101100111010011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,126,103); }

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

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

 a { background-color: rgb(29,126,103); }

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

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

 span { border-color: rgb(29,126,103); }

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