#286B50

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

Shades of Evening Sea #286B50

Tints of Evening Sea #286B50

Color information

#286B50 (or 0x286B50) is unknown color: approx Evening Sea. HEX triplet: 28, 6B and 50. RGB value is (40,107,80). Sum of RGB (Red+Green+Blue) = 40+107+80=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 107 (42.19% from 255 or 47.14% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 107 - color contains mainly: green. Hex color #286B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286B50 is #D794AF. Grayscale: #535353. Windows color (decimal): -14128304 or 5270312. OLE color: 5270312.

HSL color Cylindrical-coordinate representation of color #286B50: hue angle of 155.82º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286B50 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB4010780-
CMYK0.6300.250.58
HSL155.82º45.58%28.82%-
HSV(B)155.82º62.62%41.96%-
XYZ7.5811.559.42-
YUV83.89125.896.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.62%
GREEN value IS 107 (42.19% from 255) = 47.14%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=17.62%
G=47.14%
B=35.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40107800.6300.250.58155.8245.5828.82
Hex286B503F0193A9c2e1d
Octal5015312077031722345635
Binary101000110101110100001111110110011110101001110010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286B50; }

 p { color: rgb(40,107,80); }

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

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

 a { background-color: rgb(40,107,80); }

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

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

 span { border-color: rgb(40,107,80); }

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