#1D7376

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

Shades of Atoll #1D7376

Tints of Atoll #1D7376

Color information

#1D7376 (or 0x1D7376) is unknown color: approx Atoll. HEX triplet: 1D, 73 and 76. RGB value is (29,115,118). Sum of RGB (Red+Green+Blue) = 29+115+118=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D7376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7376 is #E28C89. Grayscale: #595959. Windows color (decimal): -14847114 or 7762717. OLE color: 7762717.

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

Color convert

RGB29115118-
CMYK0.750.0300.54
HSL182.02º60.54%28.82%-
HSV(B)182.02º75.42%46.27%-
XYZ9.9113.8319.29-
YUV89.63144.0184.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.07%
GREEN value IS 115 (45.31% from 255) = 43.89%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=11.07%
G=43.89%
B=45.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal291151180.750.0300.54182.0260.5428.82
Hex1D73764B3036b63d1d
Octal3516316611330662667535
Binary111011110011111011010010111101101101011011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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