#1F7160

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

Shades of Deep Sea #1F7160

Tints of Deep Sea #1F7160

Color information

#1F7160 (or 0x1F7160) is unknown color: approx Deep Sea. HEX triplet: 1F, 71 and 60. RGB value is (31,113,96). Sum of RGB (Red+Green+Blue) = 31+113+96=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #1F7160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7160 is #E08E9F. Grayscale: #565656. Windows color (decimal): -14716576 or 6320415. OLE color: 6320415.

HSL color Cylindrical-coordinate representation of color #1F7160: hue angle of 167.56º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7160 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB3111396-
CMYK0.7300.150.56
HSL167.56º56.94%28.24%-
HSV(B)167.56º72.57%44.31%-
XYZ8.5812.9513.11-
YUV86.54133.3388.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.92%
GREEN value IS 113 (44.53% from 255) = 47.08%
BLUE value IS 96 (37.89% from 255) = 40%
R=12.92%
G=47.08%
B=40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31113960.7300.150.56167.5656.9428.24
Hex1F7160490F38a8391c
Octal37161140111017702507134
Binary11111111000111000001001001011111110001010100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,113,96); }

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

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

 a { background-color: rgb(31,113,96); }

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

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

 span { border-color: rgb(31,113,96); }

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