#1E7276

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

Shades of Atoll #1E7276

Tints of Atoll #1E7276

Color information

#1E7276 (or 0x1E7276) is unknown color: approx Atoll. HEX triplet: 1E, 72 and 76. RGB value is (30,114,118). Sum of RGB (Red+Green+Blue) = 30+114+118=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E7276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7276 is #E18D89. Grayscale: #595959. Windows color (decimal): -14781834 or 7762462. OLE color: 7762462.

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

Color convert

RGB30114118-
CMYK0.750.0300.54
HSL182.73º59.46%29.02%-
HSV(B)182.73º74.58%46.27%-
XYZ9.8213.6219.25-
YUV89.34144.1785.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.45%
GREEN value IS 114 (44.92% from 255) = 43.51%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=11.45%
G=43.51%
B=45.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal301141180.750.0300.54182.7359.4629.02
Hex1E72764B3036b73b1d
Octal3616216611330662677335
Binary111101110010111011010010111101101101011011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,114,118); }

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

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

 a { background-color: rgb(30,114,118); }

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

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

 span { border-color: rgb(30,114,118); }

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