#1F6E54

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

Shades of Evening Sea #1F6E54

Tints of Evening Sea #1F6E54

Color information

#1F6E54 (or 0x1F6E54) is unknown color: approx Evening Sea. HEX triplet: 1F, 6E and 54. RGB value is (31,110,84). Sum of RGB (Red+Green+Blue) = 31+110+84=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 110 - color contains mainly: green. Hex color #1F6E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6E54 is #E091AB. Grayscale: #535353. Windows color (decimal): -14717356 or 5533215. OLE color: 5533215.

HSL color Cylindrical-coordinate representation of color #1F6E54: hue angle of 160.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F6E54 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.

Color convert

RGB3111084-
CMYK0.7200.240.57
HSL160.25º56.03%27.65%-
HSV(B)160.25º71.82%43.14%-
XYZ7.7412.0810.31-
YUV83.42128.3390.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.78%
GREEN value IS 110 (43.36% from 255) = 48.89%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=13.78%
G=48.89%
B=37.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31110840.7200.240.57160.2556.0327.65
Hex1F6E544801839a0381c
Octal37156124110030712407034
Binary111111101110101010010010000110001110011010000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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