#257760

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

Shades of Deep Sea #257760

Tints of Deep Sea #257760

Color information

#257760 (or 0x257760) is unknown color: approx Deep Sea. HEX triplet: 25, 77 and 60. RGB value is (37,119,96). Sum of RGB (Red+Green+Blue) = 37+119+96=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #257760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257760 is #DA889F. Grayscale: #5B5B5B. Windows color (decimal): -14321824 or 6321957. OLE color: 6321957.

HSL color Cylindrical-coordinate representation of color #257760: hue angle of 163.17º 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 #257760 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB3711996-
CMYK0.6900.190.53
HSL163.17º52.56%30.59%-
HSV(B)163.17º68.91%46.67%-
XYZ9.4714.4313.35-
YUV91.86130.3388.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.68%
GREEN value IS 119 (46.88% from 255) = 47.22%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=14.68%
G=47.22%
B=38.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37119960.6900.190.53163.1752.5630.59
Hex2577604501335a3351f
Octal45167140105023652436537
Binary1001011110111110000010001010100111101011010001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257760; }

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

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

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

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

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

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

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

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