#215850

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

Shades of Eden #215850

Tints of Eden #215850

Color information

#215850 (or 0x215850) is unknown color: approx Eden. HEX triplet: 21, 58 and 50. RGB value is (33,88,80). Sum of RGB (Red+Green+Blue) = 33+88+80=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #215850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215850 is #DEA7AF. Grayscale: #464646. Windows color (decimal): -14591920 or 5265441. OLE color: 5265441.

HSL color Cylindrical-coordinate representation of color #215850: hue angle of 171.27º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215850 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB338880-
CMYK0.6200.090.65
HSL171.27º45.45%23.73%-
HSV(B)171.27º62.5%34.51%-
XYZ5.567.888.82-
YUV70.64133.28101.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 88 (34.77% from 255) = 43.78%
BLUE value IS 80 (31.64% from 255) = 39.80%
R=16.42%
G=43.78%
B=39.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3388800.6200.090.65171.2745.4523.73
Hex2158503E0941ab2d18
Octal41130120760111012535530
Binary100001101100010100001111100100110000011010101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215850; }

 p { color: rgb(33,88,80); }

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

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

 a { background-color: rgb(33,88,80); }

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

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

 span { border-color: rgb(33,88,80); }

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