Html Css Color HEX #215650 Eden

📋 copy color: '#215650'

red 33 ◦ green 86 ◦ blue 80

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

Shades of Eden #215650

Tints of Eden #215650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.22%

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

R = 16.58%
G = 43.22%
B = 40.2%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#215650 (or 0x215650) is known color: Eden. HEX triplet: 21, 56 and 50. RGB value is (33,86,80). Sum of RGB (Red+Green+Blue) = 33+86+80=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 86 - color contains mainly: green. Hex color #215650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215650 is #DEA9AF. Grayscale: #454545. Windows color (decimal): -14592432 or 5264929. OLE color: 5264929.

HSL color Cylindrical-coordinate representation of color #215650: hue angle of 173.21º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215650 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 86 80 -
CMYK 0.62 0 0.07 0.66
HSL 173.21º 0.45% 0.23% -
HSV(B) 173.21º 0.62% 0.34% -
XYZ 5.4 7.56 8.76 -
YUV 69.47 133.94 101.99 -
System Red Green Blue C M Y K H S L
Decimal 33 86 80 0.62 0 0.07 0.66 173.21 0.45 0.23
Hex 21 56 50 3E 0 7 42 AD 2D 17
Octal 41 126 120 76 0 7 102 255 55 27
Binary 100001 1010110 1010000 111110 0 111 1000010 10101101 101101 10111

Color Harmonies of #215650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215650

Black with #215650

Text Example


Text Example

White with #215650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215650; }

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

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

background-color css

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

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

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

border-color css

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

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

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