#1E7D85

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

Shades of Atoll #1E7D85

Tints of Atoll #1E7D85

Color information

#1E7D85 (or 0x1E7D85) is unknown color: approx Atoll. HEX triplet: 1E, 7D and 85. RGB value is (30,125,133). Sum of RGB (Red+Green+Blue) = 30+125+133=288 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.42% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E7D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E7D85 is #E1827A. Grayscale: #616161. Windows color (decimal): -14779003 or 8748318. OLE color: 8748318.

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

Color convert

RGB30125133-
CMYK0.770.0600.48
HSL184.66º63.19%31.96%-
HSV(B)184.66º77.44%52.16%-
XYZ12.116.6424.76-
YUV97.51148.0379.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.42%
GREEN value IS 125 (49.22% from 255) = 43.40%
BLUE value IS 133 (52.34% from 255) = 46.18%
R=10.42%
G=43.40%
B=46.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal301251330.770.0600.48184.6663.1931.96
Hex1E7D854D6030b93f20
Octal3617520511560602717740
Binary111101111101100001011001101110011000010111001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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