#257661

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

Shades of Deep Sea #257661

Tints of Deep Sea #257661

Color information

#257661 (or 0x257661) is unknown color: approx Deep Sea. HEX triplet: 25, 76 and 61. RGB value is (37,118,97). Sum of RGB (Red+Green+Blue) = 37+118+97=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #257661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257661 is #DA899E. Grayscale: #5B5B5B. Windows color (decimal): -14322079 or 6387237. OLE color: 6387237.

HSL color Cylindrical-coordinate representation of color #257661: hue angle of 164.44º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257661 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB3711897-
CMYK0.6900.180.54
HSL164.44º52.26%30.39%-
HSV(B)164.44º68.64%46.27%-
XYZ9.414.2113.56-
YUV91.39131.1689.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.68%
GREEN value IS 118 (46.48% from 255) = 46.83%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=14.68%
G=46.83%
B=38.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37118970.6900.180.54164.4452.2630.39
Hex2576614501236a4341e
Octal45166141105022662446436
Binary1001011110110110000110001010100101101101010010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257661; }

 p { color: rgb(37,118,97); }

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

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

 a { background-color: rgb(37,118,97); }

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

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

 span { border-color: rgb(37,118,97); }

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