#1E8180

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

Shades of Atoll #1E8180

Tints of Atoll #1E8180

Color information

#1E8180 (or 0x1E8180) is unknown color: approx Atoll. HEX triplet: 1E, 81 and 80. RGB value is (30,129,128). Sum of RGB (Red+Green+Blue) = 30+129+128=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #1E8180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8180 is #E17E7F. Grayscale: #636363. Windows color (decimal): -14777984 or 8421662. OLE color: 8421662.

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

Color convert

RGB30129128-
CMYK0.7700.010.49
HSL179.39º62.26%31.18%-
HSV(B)179.39º76.74%50.59%-
XYZ12.2817.5423.16-
YUV99.28144.278.58-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.45%
GREEN value IS 129 (50.78% from 255) = 44.95%
BLUE value IS 128 (50.39% from 255) = 44.60%
R=10.45%
G=44.95%
B=44.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal301291280.7700.010.49179.3962.2631.18
Hex1E81804D0131b33e1f
Octal3620120011501612637637
Binary1111010000001100000001001101011100011011001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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