#1E7A82

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

Shades of Atoll #1E7A82

Tints of Atoll #1E7A82

Color information

#1E7A82 (or 0x1E7A82) is unknown color: approx Atoll. HEX triplet: 1E, 7A and 82. RGB value is (30,122,130). Sum of RGB (Red+Green+Blue) = 30+122+130=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E7A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7A82 is #E1857D. Grayscale: #5F5F5F. Windows color (decimal): -14779774 or 8550942. OLE color: 8550942.

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

Color convert

RGB30122130-
CMYK0.770.0600.49
HSL184.8º62.5%31.37%-
HSV(B)184.8º76.92%50.98%-
XYZ11.5215.8123.56-
YUV95.4147.5281.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.64%
GREEN value IS 122 (48.05% from 255) = 43.26%
BLUE value IS 130 (51.17% from 255) = 46.10%
R=10.64%
G=43.26%
B=46.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal301221300.770.0600.49184.862.531.37
Hex1E7A824D6031b93e1f
Octal3617220211560612717637
Binary11110111101010000010100110111001100011011100111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,122,130); }

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

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

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

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

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

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

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