#1D816B

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

Shades of Deep Sea #1D816B

Tints of Deep Sea #1D816B

Color information

#1D816B (or 0x1D816B) is unknown color: approx Deep Sea. HEX triplet: 1D, 81 and 6B. RGB value is (29,129,107). Sum of RGB (Red+Green+Blue) = 29+129+107=265 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.94% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #1D816B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D816B is #E27E94. Grayscale: #606060. Windows color (decimal): -14843541 or 7045405. OLE color: 7045405.

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

Color convert

RGB29129107-
CMYK0.7800.170.49
HSL166.8º63.29%30.98%-
HSV(B)166.8º77.52%50.59%-
XYZ11.0117.0216.62-
YUV96.59133.8779.79-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.94%
GREEN value IS 129 (50.78% from 255) = 48.68%
BLUE value IS 107 (42.19% from 255) = 40.38%
R=10.94%
G=48.68%
B=40.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal291291070.7800.170.49166.863.2930.98
Hex1D816B4E01131a73f1f
Octal35201153116021612477737
Binary1110110000001110101110011100100011100011010011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,129,107); }

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

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

 a { background-color: rgb(29,129,107); }

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

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

 span { border-color: rgb(29,129,107); }

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