#1E7477

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

Shades of Atoll #1E7477

Tints of Atoll #1E7477

Color information

#1E7477 (or 0x1E7477) is unknown color: approx Atoll. HEX triplet: 1E, 74 and 77. RGB value is (30,116,119). Sum of RGB (Red+Green+Blue) = 30+116+119=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #1E7477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7477 is #E18B88. Grayscale: #5A5A5A. Windows color (decimal): -14781321 or 7828510. OLE color: 7828510.

HSL color Cylindrical-coordinate representation of color #1E7477: hue angle of 182.02º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7477 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB30116119-
CMYK0.750.0300.53
HSL182.02º59.73%29.22%-
HSV(B)182.02º74.79%46.67%-
XYZ10.1114.119.64-
YUV90.63144.0184.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.32%
GREEN value IS 116 (45.70% from 255) = 43.77%
BLUE value IS 119 (46.88% from 255) = 44.91%
R=11.32%
G=43.77%
B=44.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal301161190.750.0300.53182.0259.7329.22
Hex1E74774B3035b63c1d
Octal3616416711330652667435
Binary111101110100111011110010111101101011011011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,116,119); }

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

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

 a { background-color: rgb(30,116,119); }

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

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

 span { border-color: rgb(30,116,119); }

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