#1E7275

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

Shades of Atoll #1E7275

Tints of Atoll #1E7275

Color information

#1E7275 (or 0x1E7275) is unknown color: approx Atoll. HEX triplet: 1E, 72 and 75. RGB value is (30,114,117). Sum of RGB (Red+Green+Blue) = 30+114+117=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E7275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7275 is #E18D8A. Grayscale: #595959. Windows color (decimal): -14781835 or 7696926. OLE color: 7696926.

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

Color convert

RGB30114117-
CMYK0.740.0300.54
HSL182.07º59.18%28.82%-
HSV(B)182.07º74.36%45.88%-
XYZ9.7613.618.94-
YUV89.23143.6785.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.49%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=11.49%
G=43.68%
B=44.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal301141170.740.0300.54182.0759.1828.82
Hex1E72754A3036b63b1d
Octal3616216511230662667335
Binary111101110010111010110010101101101101011011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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