#215D4C

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

Shades of Evening Sea #215D4C

Tints of Evening Sea #215D4C

Color information

#215D4C (or 0x215D4C) is unknown color: approx Evening Sea. HEX triplet: 21, 5D and 4C. RGB value is (33,93,76). Sum of RGB (Red+Green+Blue) = 33+93+76=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #215D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D4C is #DEA2B3. Grayscale: #494949. Windows color (decimal): -14590644 or 5004577. OLE color: 5004577.

HSL color Cylindrical-coordinate representation of color #215D4C: hue angle of 163º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215D4C is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB339376-
CMYK0.6500.180.64
HSL163º47.62%24.71%-
HSV(B)163º64.52%36.47%-
XYZ5.858.678.2-
YUV73.12129.6299.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.34%
GREEN value IS 93 (36.72% from 255) = 46.04%
BLUE value IS 76 (30.08% from 255) = 37.62%
R=16.34%
G=46.04%
B=37.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3393760.6500.180.6416347.6224.71
Hex215D4C4101240a33019
Octal411351141010221002436031
Binary10000110111011001100100000101001010000001010001111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215D4C; }

 p { color: rgb(33,93,76); }

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

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

 a { background-color: rgb(33,93,76); }

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

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

 span { border-color: rgb(33,93,76); }

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