Html Css Color HEX #215F50 Evening Sea

📋 copy color: '#215F50'

red 33 ◦ green 95 ◦ blue 80

#215F50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #215F50

Tints of Evening Sea #215F50

RGB

 RED value IS 33 (13.28% from 255) = 15.87%

 GREEN value IS 95 (37.5% from 255) = 45.67%

 BLUE value IS 80 (31.64% from 255) = 38.46%

R = 15.87%
G = 45.67%
B = 38.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#215F50 (or 0x215F50) is known color: Evening Sea. HEX triplet: 21, 5F and 50. RGB value is (33,95,80). Sum of RGB (Red+Green+Blue) = 33+95+80=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 95 - color contains mainly: green. Hex color #215F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215F50 is #DEA0AF. Grayscale: #4A4A4A. Windows color (decimal): -14590128 or 5267233. OLE color: 5267233.

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

Color convert

RGB 33 95 80 -
CMYK 0.65 0 0.16 0.63
HSL 165.48º 0.48% 0.25% -
HSV(B) 165.48º 0.65% 0.37% -
XYZ 6.17 9.09 9.02 -
YUV 74.75 130.96 98.22 -
System Red Green Blue C M Y K H S L
Decimal 33 95 80 0.65 0 0.16 0.63 165.48 0.48 0.25
Hex 21 5F 50 41 0 10 3F A5 30 19
Octal 41 137 120 101 0 20 77 245 60 31
Binary 100001 1011111 1010000 1000001 0 10000 111111 10100101 110000 11001

Color Harmonies of #215F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215F50

Black with #215F50

Text Example


Text Example

White with #215F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #215F50;
 }
 .AnyTagClassName
 {
   color: #215F50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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