#1E787C

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

Shades of Atoll #1E787C

Tints of Atoll #1E787C

Color information

#1E787C (or 0x1E787C) is unknown color: approx Atoll. HEX triplet: 1E, 78 and 7C. RGB value is (30,120,124). Sum of RGB (Red+Green+Blue) = 30+120+124=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E787C is #E18783. Grayscale: #5D5D5D. Windows color (decimal): -14780292 or 8157214. OLE color: 8157214.

HSL color Cylindrical-coordinate representation of color #1E787C: hue angle of 182.55º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E787C is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB30120124-
CMYK0.760.0300.51
HSL182.55º61.04%30.2%-
HSV(B)182.55º75.81%48.63%-
XYZ10.8915.1621.42-
YUV93.55145.1882.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.95%
GREEN value IS 120 (47.27% from 255) = 43.80%
BLUE value IS 124 (48.83% from 255) = 45.26%
R=10.95%
G=43.80%
B=45.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal301201240.760.0300.51182.5561.0430.2
Hex1E787C4C3033b73d1e
Octal3617017411430632677536
Binary111101111000111110010011001101100111011011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,120,124); }

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

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

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

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

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

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

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