#1F7476

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

Shades of Atoll #1F7476

Tints of Atoll #1F7476

Color information

#1F7476 (or 0x1F7476) is unknown color: approx Atoll. HEX triplet: 1F, 74 and 76. RGB value is (31,116,118). Sum of RGB (Red+Green+Blue) = 31+116+118=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F7476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7476 is #E08B89. Grayscale: #5A5A5A. Windows color (decimal): -14715786 or 7762975. OLE color: 7762975.

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

Color convert

RGB31116118-
CMYK0.740.0200.54
HSL181.38º58.39%29.22%-
HSV(B)181.38º73.73%46.27%-
XYZ10.0814.0919.33-
YUV90.81143.3485.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.70%
GREEN value IS 116 (45.70% from 255) = 43.77%
BLUE value IS 118 (46.48% from 255) = 44.53%
R=11.70%
G=43.77%
B=44.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal311161180.740.0200.54181.3858.3929.22
Hex1F74764A2036b53a1d
Octal3716416611220662657235
Binary111111110100111011010010101001101101011010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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