#1A7376

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

Shades of Atoll #1A7376

Tints of Atoll #1A7376

Color information

#1A7376 (or 0x1A7376) is unknown color: approx Atoll. HEX triplet: 1A, 73 and 76. RGB value is (26,115,118). Sum of RGB (Red+Green+Blue) = 26+115+118=259 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.04% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #1A7376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7376 is #E58C89. Grayscale: #585858. Windows color (decimal): -15043722 or 7762714. OLE color: 7762714.

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

Color convert

RGB26115118-
CMYK0.780.0300.54
HSL181.96º63.89%28.24%-
HSV(B)181.96º77.97%46.27%-
XYZ9.8313.7919.28-
YUV88.73144.5183.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.04%
GREEN value IS 115 (45.31% from 255) = 44.40%
BLUE value IS 118 (46.48% from 255) = 45.56%
R=10.04%
G=44.40%
B=45.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal261151180.780.0300.54181.9663.8928.24
Hex1A73764E3036b6401c
Octal32163166116306626610034
Binary1101011100111110110100111011011011010110110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,115,118); }

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

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

 a { background-color: rgb(26,115,118); }

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

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

 span { border-color: rgb(26,115,118); }

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