#1F765E

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

Shades of Deep Sea #1F765E

Tints of Deep Sea #1F765E

Color information

#1F765E (or 0x1F765E) is unknown color: approx Deep Sea. HEX triplet: 1F, 76 and 5E. RGB value is (31,118,94). Sum of RGB (Red+Green+Blue) = 31+118+94=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #1F765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F765E is #E089A1. Grayscale: #595959. Windows color (decimal): -14715298 or 6190623. OLE color: 6190623.

HSL color Cylindrical-coordinate representation of color #1F765E: hue angle of 163.45º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F765E is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB3111894-
CMYK0.7400.200.54
HSL163.45º58.39%29.22%-
HSV(B)163.45º73.73%46.27%-
XYZ9.0614.0612.83-
YUV89.25130.6886.45-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.76%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=12.76%
G=48.56%
B=38.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31118940.7400.200.54163.4558.3929.22
Hex1F765E4A01436a33a1d
Octal37166136112024662437235
Binary111111110110101111010010100101001101101010001111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,118,94); }

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

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

 a { background-color: rgb(31,118,94); }

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

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

 span { border-color: rgb(31,118,94); }

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