#1e7f80

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

Shades of Atoll #1E7F80

Tints of Atoll #1E7F80

Color information

#1E7F80 (or 0x1E7F80) is unknown color: approx Atoll. HEX triplet: 1E, 7F and 80. RGB value is (30,127,128). Sum of RGB (Red+Green+Blue) = 30+127+128=285 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.53% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 128 - color contains mainly: blue. Hex color #1E7F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7F80 is #E1807F. Grayscale: #626262. Windows color (decimal): -14778496 or 8421150. OLE color: 8421150.

HSL color Cylindrical-coordinate representation of color #1E7F80: hue angle of 180.61º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E7F80 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB30127128-
CMYK0.770.0100.50
HSL180.61º62.03%30.98%-
HSV(B)180.61º76.56%50.2%-
XYZ12.0217.0123.07-
YUV98.11144.8679.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.53%
GREEN value IS 127 (50% from 255) = 44.56%
BLUE value IS 128 (50.39% from 255) = 44.91%
R=10.53%
G=44.56%
B=44.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal301271280.770.0100.50180.6162.0330.98
Hex1E7F804D1032b53e1f
Octal3617720011510622657637
Binary111101111111100000001001101101100101011010111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e7f80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,127,128); }

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

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

 a { background-color: rgb(30,127,128); }

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

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

 span { border-color: rgb(30,127,128); }

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