#1F7E6C

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

Shades of Deep Sea #1F7E6C

Tints of Deep Sea #1F7E6C

Color information

#1F7E6C (or 0x1F7E6C) is unknown color: approx Deep Sea. HEX triplet: 1F, 7E and 6C. RGB value is (31,126,108). Sum of RGB (Red+Green+Blue) = 31+126+108=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 126 (49.61% from 255 or 47.55% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7E6C is #E08193. Grayscale: #5F5F5F. Windows color (decimal): -14713236 or 7110175. OLE color: 7110175.

HSL color Cylindrical-coordinate representation of color #1F7E6C: hue angle of 168.63º degrees, saturation: 0.61, 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 #1F7E6C is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB31126108-
CMYK0.7500.140.51
HSL168.63º60.51%30.78%-
HSV(B)168.63º75.4%49.41%-
XYZ10.7316.316.77-
YUV95.54135.0381.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.70%
GREEN value IS 126 (49.61% from 255) = 47.55%
BLUE value IS 108 (42.58% from 255) = 40.75%
R=11.70%
G=47.55%
B=40.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal311261080.7500.140.51168.6360.5130.78
Hex1F7E6C4B0E33a93d1f
Octal37176154113016632517537
Binary11111111111011011001001011011101100111010100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,126,108); }

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

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

 a { background-color: rgb(31,126,108); }

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

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

 span { border-color: rgb(31,126,108); }

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