#257F5E

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

Shades of Deep Sea #257F5E

Tints of Deep Sea #257F5E

Color information

#257F5E (or 0x257F5E) is unknown color: approx Deep Sea. HEX triplet: 25, 7F and 5E. RGB value is (37,127,94). Sum of RGB (Red+Green+Blue) = 37+127+94=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 127 (50% from 255 or 49.22% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 127 - color contains mainly: green. Hex color #257F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257F5E is #DA80A1. Grayscale: #606060. Windows color (decimal): -14319778 or 6192933. OLE color: 6192933.

HSL color Cylindrical-coordinate representation of color #257F5E: hue angle of 158º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257F5E is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB3712794-
CMYK0.7100.260.50
HSL158º54.88%32.16%-
HSV(B)158º70.87%49.8%-
XYZ10.3716.3813.2-
YUV96.33126.6885.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.34%
GREEN value IS 127 (50% from 255) = 49.22%
BLUE value IS 94 (37.11% from 255) = 36.43%
R=14.34%
G=49.22%
B=36.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37127940.7100.260.5015854.8832.16
Hex257F5E4701A329e3720
Octal45177136107032622366740
Binary10010111111111011110100011101101011001010011110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257F5E; }

 p { color: rgb(37,127,94); }

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

<style>
 a { background-color: #257F5E; }

 a { background-color: rgb(37,127,94); }

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

<style>
 span { border-color: #257F5E; }

 span { border-color: rgb(37,127,94); }

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