#1E8080

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

Shades of Atoll #1E8080

Tints of Atoll #1E8080

Color information

#1E8080 (or 0x1E8080) is unknown color: approx Atoll. HEX triplet: 1E, 80 and 80. RGB value is (30,128,128). Sum of RGB (Red+Green+Blue) = 30+128+128=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #1E8080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8080 is #E17F7F. Grayscale: #626262. Windows color (decimal): -14778240 or 8421406. OLE color: 8421406.

HSL color Cylindrical-coordinate representation of color #1E8080: hue angle of 180º 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 #1E8080 is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB30128128-
CMYK0.77000.50
HSL180º62.03%30.98%-
HSV(B)180º76.56%50.2%-
XYZ12.1517.2723.12-
YUV98.7144.5379-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.49%
GREEN value IS 128 (50.39% from 255) = 44.76%
BLUE value IS 128 (50.39% from 255) = 44.76%
R=10.49%
G=44.76%
B=44.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal301281280.77000.5018062.0330.98
Hex1E80804D0032b43e1f
Octal3620020011500622647637
Binary1111010000000100000001001101001100101011010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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