#1F7E6E

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

Shades of Deep Sea #1F7E6E

Tints of Deep Sea #1F7E6E

Color information

#1F7E6E (or 0x1F7E6E) is unknown color: approx Deep Sea. HEX triplet: 1F, 7E and 6E. RGB value is (31,126,110). Sum of RGB (Red+Green+Blue) = 31+126+110=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 126 (49.61% from 255 or 47.19% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 126 - color contains mainly: green. Hex color #1F7E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7E6E is #E08191. Grayscale: #5F5F5F. Windows color (decimal): -14713234 or 7241247. OLE color: 7241247.

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

Color convert

RGB31126110-
CMYK0.7500.130.51
HSL169.89º60.51%30.78%-
HSV(B)169.89º75.4%49.41%-
XYZ10.8416.3417.33-
YUV95.77136.0381.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.61%
GREEN value IS 126 (49.61% from 255) = 47.19%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=11.61%
G=47.19%
B=41.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal311261100.7500.130.51169.8960.5130.78
Hex1F7E6E4B0D33aa3d1f
Octal37176156113015632527537
Binary11111111111011011101001011011011100111010101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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