#1F7376

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

Shades of Atoll #1F7376

Tints of Atoll #1F7376

Color information

#1F7376 (or 0x1F7376) is unknown color: approx Atoll. HEX triplet: 1F, 73 and 76. RGB value is (31,115,118). Sum of RGB (Red+Green+Blue) = 31+115+118=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F7376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7376 is #E08C89. Grayscale: #5A5A5A. Windows color (decimal): -14716042 or 7762719. OLE color: 7762719.

HSL color Cylindrical-coordinate representation of color #1F7376: hue angle of 182.07º degrees, saturation: 0.58, 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 #1F7376 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB31115118-
CMYK0.740.0300.54
HSL182.07º58.39%29.22%-
HSV(B)182.07º73.73%46.27%-
XYZ9.9713.8619.29-
YUV90.23143.6785.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.74%
GREEN value IS 115 (45.31% from 255) = 43.56%
BLUE value IS 118 (46.48% from 255) = 44.70%
R=11.74%
G=43.56%
B=44.70%

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
Decimal311151180.740.0300.54182.0758.3929.22
Hex1F73764A3036b63a1d
Octal3716316611230662667235
Binary111111110011111011010010101101101101011011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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