#256C50

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

Shades of Evening Sea #256C50

Tints of Evening Sea #256C50

Color information

#256C50 (or 0x256C50) is unknown color: approx Evening Sea. HEX triplet: 25, 6C and 50. RGB value is (37,108,80). Sum of RGB (Red+Green+Blue) = 37+108+80=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 108 - color contains mainly: green. Hex color #256C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256C50 is #DA93AF. Grayscale: #535353. Windows color (decimal): -14324656 or 5270565. OLE color: 5270565.

HSL color Cylindrical-coordinate representation of color #256C50: hue angle of 156.34º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256C50 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB3710880-
CMYK0.6600.260.58
HSL156.34º48.97%28.43%-
HSV(B)156.34º65.74%42.35%-
XYZ7.5711.79.45-
YUV83.58125.9894.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 108 (42.58% from 255) = 48%
BLUE value IS 80 (31.64% from 255) = 35.56%
R=16.44%
G=48%
B=35.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37108800.6600.260.58156.3448.9728.43
Hex256C504201A3A9c311c
Octal45154120102032722346134
Binary1001011101100101000010000100110101110101001110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256C50; }

 p { color: rgb(37,108,80); }

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

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

 a { background-color: rgb(37,108,80); }

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

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

 span { border-color: rgb(37,108,80); }

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