#1D7F86

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

Shades of Atoll #1D7F86

Tints of Atoll #1D7F86

Color information

#1D7F86 (or 0x1D7F86) is unknown color: approx Atoll. HEX triplet: 1D, 7F and 86. RGB value is (29,127,134). Sum of RGB (Red+Green+Blue) = 29+127+134=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 134 - color contains mainly: blue. Hex color #1D7F86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7F86 is #E28079. Grayscale: #626262. Windows color (decimal): -14844026 or 8814365. OLE color: 8814365.

HSL color Cylindrical-coordinate representation of color #1D7F86: hue angle of 184º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D7F86 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB29127134-
CMYK0.780.0500.47
HSL184º64.42%31.96%-
HSV(B)184º78.36%52.55%-
XYZ12.417.1625.21-
YUV98.5148.0378.43-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10%
GREEN value IS 127 (50% from 255) = 43.79%
BLUE value IS 134 (52.73% from 255) = 46.21%
R=10%
G=43.79%
B=46.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal291271340.780.0500.4718464.4231.96
Hex1D7F864E502Fb84020
Octal35177206116505727010040
Binary1110111111111000011010011101010101111101110001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,127,134); }

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

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

 a { background-color: rgb(29,127,134); }

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

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

 span { border-color: rgb(29,127,134); }

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