#1E8684

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

Shades of Atoll #1E8684

Tints of Atoll #1E8684

Color information

#1E8684 (or 0x1E8684) is unknown color: approx Atoll. HEX triplet: 1E, 86 and 84. RGB value is (30,134,132). Sum of RGB (Red+Green+Blue) = 30+134+132=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #1E8684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8684 is #E1797B. Grayscale: #666666. Windows color (decimal): -14776700 or 8685086. OLE color: 8685086.

HSL color Cylindrical-coordinate representation of color #1E8684: hue angle of 178.85º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E8684 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB30134132-
CMYK0.7800.010.47
HSL178.85º63.41%32.16%-
HSV(B)178.85º77.61%52.55%-
XYZ13.2318.9924.8-
YUV102.68144.5476.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.14%
GREEN value IS 134 (52.73% from 255) = 45.27%
BLUE value IS 132 (51.95% from 255) = 44.59%
R=10.14%
G=45.27%
B=44.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal301341320.7800.010.47178.8563.4132.16
Hex1E86844E012Fb33f20
Octal3620620411601572637740
Binary11110100001101000010010011100110111110110011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,134,132); }

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

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

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

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

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

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

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