#1F7161

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

Shades of Deep Sea #1F7161

Tints of Deep Sea #1F7161

Color information

#1F7161 (or 0x1F7161) is unknown color: approx Deep Sea. HEX triplet: 1F, 71 and 61. RGB value is (31,113,97). Sum of RGB (Red+Green+Blue) = 31+113+97=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #1F7161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7161 is #E08E9E. Grayscale: #565656. Windows color (decimal): -14716575 or 6385951. OLE color: 6385951.

HSL color Cylindrical-coordinate representation of color #1F7161: hue angle of 168.29º 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 #1F7161 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB3111397-
CMYK0.7300.140.56
HSL168.29º56.94%28.24%-
HSV(B)168.29º72.57%44.31%-
XYZ8.6312.9613.36-
YUV86.66133.8388.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.86%
GREEN value IS 113 (44.53% from 255) = 46.89%
BLUE value IS 97 (38.28% from 255) = 40.25%
R=12.86%
G=46.89%
B=40.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31113970.7300.140.56168.2956.9428.24
Hex1F7161490E38a8391c
Octal37161141111016702507134
Binary11111111000111000011001001011101110001010100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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