#1F7D6A

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

Shades of Deep Sea #1F7D6A

Tints of Deep Sea #1F7D6A

Color information

#1F7D6A (or 0x1F7D6A) is unknown color: approx Deep Sea. HEX triplet: 1F, 7D and 6A. RGB value is (31,125,106). Sum of RGB (Red+Green+Blue) = 31+125+106=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 125 (49.22% from 255 or 47.71% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 125 - color contains mainly: green. Hex color #1F7D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7D6A is #E08295. Grayscale: #5E5E5E. Windows color (decimal): -14713494 or 6978847. OLE color: 6978847.

HSL color Cylindrical-coordinate representation of color #1F7D6A: hue angle of 167.87º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7D6A is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB31125106-
CMYK0.7500.150.51
HSL167.87º60.26%30.59%-
HSV(B)167.87º75.2%49.02%-
XYZ10.51616.17-
YUV94.73134.3682.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.83%
GREEN value IS 125 (49.22% from 255) = 47.71%
BLUE value IS 106 (41.80% from 255) = 40.46%
R=11.83%
G=47.71%
B=40.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal311251060.7500.150.51167.8760.2630.59
Hex1F7D6A4B0F33a83c1f
Octal37175152113017632507437
Binary11111111110111010101001011011111100111010100011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,125,106); }

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

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

 a { background-color: rgb(31,125,106); }

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

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

 span { border-color: rgb(31,125,106); }

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