#1D7476

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

Shades of Atoll #1D7476

Tints of Atoll #1D7476

Color information

#1D7476 (or 0x1D7476) is unknown color: approx Atoll. HEX triplet: 1D, 74 and 76. RGB value is (29,116,118). Sum of RGB (Red+Green+Blue) = 29+116+118=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D7476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7476 is #E28B89. Grayscale: #5A5A5A. Windows color (decimal): -14846858 or 7762973. OLE color: 7762973.

HSL color Cylindrical-coordinate representation of color #1D7476: hue angle of 181.35º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7476 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB29116118-
CMYK0.750.0200.54
HSL181.35º60.54%28.82%-
HSV(B)181.35º75.42%46.27%-
XYZ10.0214.0619.33-
YUV90.22143.6884.34-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.03%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 118 (46.48% from 255) = 44.87%
R=11.03%
G=44.11%
B=44.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal291161180.750.0200.54181.3560.5428.82
Hex1D74764B2036b53d1d
Octal3516416611320662657535
Binary111011110100111011010010111001101101011010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,116,118); }

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

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

 a { background-color: rgb(29,116,118); }

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

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

 span { border-color: rgb(29,116,118); }

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