Html Css Color HEX #215850 Eden

📋 copy color: '#215850'

red 33 ◦ green 88 ◦ blue 80

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

Shades of Eden #215850

Tints of Eden #215850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.78%

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

R = 16.42%
G = 43.78%
B = 39.8%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#215850 (or 0x215850) is known color: Eden. HEX triplet: 21, 58 and 50. RGB value is (33,88,80). Sum of RGB (Red+Green+Blue) = 33+88+80=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #215850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215850 is #DEA7AF. Grayscale: #464646. Windows color (decimal): -14591920 or 5265441. OLE color: 5265441.

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

Color convert

RGB 33 88 80 -
CMYK 0.62 0 0.09 0.65
HSL 171.27º 0.45% 0.24% -
HSV(B) 171.27º 0.63% 0.35% -
XYZ 5.56 7.88 8.82 -
YUV 70.64 133.28 101.15 -
System Red Green Blue C M Y K H S L
Decimal 33 88 80 0.62 0 0.09 0.65 171.27 0.45 0.24
Hex 21 58 50 3E 0 9 41 AB 2D 18
Octal 41 130 120 76 0 11 101 253 55 30
Binary 100001 1011000 1010000 111110 0 1001 1000001 10101011 101101 11000

Color Harmonies of #215850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215850

Black with #215850

Text Example


Text Example

White with #215850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215850; }

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

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

background-color css

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

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

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

border-color css

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

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

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