#1D7A67

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

Shades of Deep Sea #1D7A67

Tints of Deep Sea #1D7A67

Color information

#1D7A67 (or 0x1D7A67) is unknown color: approx Deep Sea. HEX triplet: 1D, 7A and 67. RGB value is (29,122,103). Sum of RGB (Red+Green+Blue) = 29+122+103=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 122 (48.05% from 255 or 48.03% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 122 - color contains mainly: green. Hex color #1D7A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7A67 is #E28598. Grayscale: #5C5C5C. Windows color (decimal): -14845337 or 6781469. OLE color: 6781469.

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

Color convert

RGB29122103-
CMYK0.7600.160.52
HSL167.74º61.59%29.61%-
HSV(B)167.74º76.23%47.84%-
XYZ9.9115.1615.24-
YUV92.03134.1983.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.42%
GREEN value IS 122 (48.05% from 255) = 48.03%
BLUE value IS 103 (40.62% from 255) = 40.55%
R=11.42%
G=48.03%
B=40.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal291221030.7600.160.52167.7461.5929.61
Hex1D7A674C01034a83e1e
Octal35172147114020642507636
Binary111011111010110011110011000100001101001010100011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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