#1F6F75

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

Shades of Allports #1F6F75

Tints of Allports #1F6F75

Color information

#1F6F75 (or 0x1F6F75) is unknown color: approx Allports. HEX triplet: 1F, 6F and 75. RGB value is (31,111,117). Sum of RGB (Red+Green+Blue) = 31+111+117=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F6F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6F75 is #E0908A. Grayscale: #575757. Windows color (decimal): -14717067 or 7696159. OLE color: 7696159.

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

Color convert

RGB31111117-
CMYK0.740.0500.54
HSL184.19º58.11%29.02%-
HSV(B)184.19º73.5%45.88%-
XYZ9.4612.9418.83-
YUV87.76144.587.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.97%
GREEN value IS 111 (43.75% from 255) = 42.86%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=11.97%
G=42.86%
B=45.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal311111170.740.0500.54184.1958.1129.02
Hex1F6F754A5036b83a1d
Octal3715716511250662707235
Binary1111111011111110101100101010101101101011100011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,111,117); }

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

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

 a { background-color: rgb(31,111,117); }

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

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

 span { border-color: rgb(31,111,117); }

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