Html Css Color HEX #216550 Evening Sea

📋 copy color: '#216550'

red 33 ◦ green 101 ◦ blue 80

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

Shades of Evening Sea #216550

Tints of Evening Sea #216550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 47.2%

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

R = 15.42%
G = 47.2%
B = 37.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#216550 (or 0x216550) is known color: Evening Sea. HEX triplet: 21, 65 and 50. RGB value is (33,101,80). Sum of RGB (Red+Green+Blue) = 33+101+80=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 101 - color contains mainly: green. Hex color #216550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216550 is #DE9AAF. Grayscale: #4E4E4E. Windows color (decimal): -14588592 or 5268769. OLE color: 5268769.

HSL color Cylindrical-coordinate representation of color #216550: hue angle of 161.47º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216550 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 33 101 80 -
CMYK 0.67 0 0.21 0.60
HSL 161.47º 0.51% 0.26% -
HSV(B) 161.47º 0.67% 0.4% -
XYZ 6.73 10.21 9.21 -
YUV 78.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 33 101 80 0.67 0 0.21 0.60 161.47 0.51 0.26
Hex 21 65 50 43 0 15 3C A1 33 1A
Octal 41 145 120 103 0 25 74 241 63 32
Binary 100001 1100101 1010000 1000011 0 10101 111100 10100001 110011 11010

Color Harmonies of #216550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216550

Black with #216550

Text Example


Text Example

White with #216550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216550; }

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

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

background-color css

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

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

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

border-color css

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

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

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