#257A5B

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

Shades of Deep Sea #257A5B

Tints of Deep Sea #257A5B

Color information

#257A5B (or 0x257A5B) is unknown color: approx Deep Sea. HEX triplet: 25, 7A and 5B. RGB value is (37,122,91). Sum of RGB (Red+Green+Blue) = 37+122+91=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 122 - color contains mainly: green. Hex color #257A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257A5B is #DA85A4. Grayscale: #5D5D5D. Windows color (decimal): -14321061 or 5995045. OLE color: 5995045.

HSL color Cylindrical-coordinate representation of color #257A5B: hue angle of 158.12º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257A5B is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB3712291-
CMYK0.7000.250.52
HSL158.12º53.46%31.18%-
HSV(B)158.12º69.67%47.84%-
XYZ9.6115.0712.3-
YUV93.05126.8488.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 122 (48.05% from 255) = 48.8%
BLUE value IS 91 (35.94% from 255) = 36.4%
R=14.8%
G=48.8%
B=36.4%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37122910.7000.250.52158.1253.4631.18
Hex257A5B46019349e351f
Octal45172133106031642366537
Binary1001011111010101101110001100110011101001001111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,122,91); }

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

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

 a { background-color: rgb(37,122,91); }

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

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

 span { border-color: rgb(37,122,91); }

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