Html Css Color HEX #215950 Eden

📋 copy color: '#215950'

red 33 ◦ green 89 ◦ blue 80

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

Shades of Eden #215950

Tints of Eden #215950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.06%

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

R = 16.34%
G = 44.06%
B = 39.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#215950 (or 0x215950) is known color: Eden. HEX triplet: 21, 59 and 50. RGB value is (33,89,80). Sum of RGB (Red+Green+Blue) = 33+89+80=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 89 - color contains mainly: green. Hex color #215950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215950 is #DEA6AF. Grayscale: #474747. Windows color (decimal): -14591664 or 5265697. OLE color: 5265697.

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

Color convert

RGB 33 89 80 -
CMYK 0.63 0 0.10 0.65
HSL 170.36º 0.46% 0.24% -
HSV(B) 170.36º 0.63% 0.35% -
XYZ 5.65 8.05 8.85 -
YUV 71.23 132.95 100.73 -
System Red Green Blue C M Y K H S L
Decimal 33 89 80 0.63 0 0.10 0.65 170.36 0.46 0.24
Hex 21 59 50 3F 0 A 41 AA 2E 18
Octal 41 131 120 77 0 12 101 252 56 30
Binary 100001 1011001 1010000 111111 0 1010 1000001 10101010 101110 11000

Color Harmonies of #215950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215950

Black with #215950

Text Example


Text Example

White with #215950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215950; }

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

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

background-color css

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

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

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

border-color css

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

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

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