#257860

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

Shades of Deep Sea #257860

Tints of Deep Sea #257860

Color information

#257860 (or 0x257860) is unknown color: approx Deep Sea. HEX triplet: 25, 78 and 60. RGB value is (37,120,96). Sum of RGB (Red+Green+Blue) = 37+120+96=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #257860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257860 is #DA879F. Grayscale: #5C5C5C. Windows color (decimal): -14321568 or 6322213. OLE color: 6322213.

HSL color Cylindrical-coordinate representation of color #257860: hue angle of 162.65º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257860 is Cyan = 0.69, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB3712096-
CMYK0.6900.20.53
HSL162.65º52.87%30.78%-
HSV(B)162.65º69.17%47.06%-
XYZ9.5914.6713.39-
YUV92.4513088.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.62%
GREEN value IS 120 (47.27% from 255) = 47.43%
BLUE value IS 96 (37.89% from 255) = 37.94%
R=14.62%
G=47.43%
B=37.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37120960.6900.20.53162.6552.8730.78
Hex2578604501435a3351f
Octal45170140105024652436537
Binary1001011111000110000010001010101001101011010001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257860; }

 p { color: rgb(37,120,96); }

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

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

 a { background-color: rgb(37,120,96); }

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

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

 span { border-color: rgb(37,120,96); }

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