#1E8085

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

Shades of Atoll #1E8085

Tints of Atoll #1E8085

Color information

#1E8085 (or 0x1E8085) is unknown color: approx Atoll. HEX triplet: 1E, 80 and 85. RGB value is (30,128,133). Sum of RGB (Red+Green+Blue) = 30+128+133=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E8085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8085 is #E17F7A. Grayscale: #636363. Windows color (decimal): -14778235 or 8749086. OLE color: 8749086.

HSL color Cylindrical-coordinate representation of color #1E8085: hue angle of 182.91º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8085 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB30128133-
CMYK0.770.0400.48
HSL182.91º63.19%31.96%-
HSV(B)182.91º77.44%52.16%-
XYZ12.4917.4124.89-
YUV99.27147.0378.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.31%
GREEN value IS 128 (50.39% from 255) = 43.99%
BLUE value IS 133 (52.34% from 255) = 45.70%
R=10.31%
G=43.99%
B=45.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal301281330.770.0400.48182.9163.1931.96
Hex1E80854D4030b73f20
Octal3620020511540602677740
Binary1111010000000100001011001101100011000010110111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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