#215C4E

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

Shades of Evening Sea #215C4E

Tints of Evening Sea #215C4E

Color information

#215C4E (or 0x215C4E) is unknown color: approx Evening Sea. HEX triplet: 21, 5C and 4E. RGB value is (33,92,78). Sum of RGB (Red+Green+Blue) = 33+92+78=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #215C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C4E is #DEA3B1. Grayscale: #484848. Windows color (decimal): -14590898 or 5135393. OLE color: 5135393.

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

Color convert

RGB339278-
CMYK0.6400.150.64
HSL165.76º47.2%24.51%-
HSV(B)165.76º64.13%36.08%-
XYZ5.838.538.55-
YUV72.76130.9599.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.26%
GREEN value IS 92 (36.33% from 255) = 45.32%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=16.26%
G=45.32%
B=38.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3392780.6400.150.64165.7647.224.51
Hex215C4E400F40a62f19
Octal411341161000171002465731
Binary1000011011100100111010000000111110000001010011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,92,78); }

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

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

 a { background-color: rgb(33,92,78); }

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

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

 span { border-color: rgb(33,92,78); }

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