Html Css Color HEX #216650 Evening Sea

📋 copy color: '#216650'

red 33 ◦ green 102 ◦ blue 80

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

Shades of Evening Sea #216650

Tints of Evening Sea #216650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.44%

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

R = 15.35%
G = 47.44%
B = 37.21%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#216650 (or 0x216650) is known color: Evening Sea. HEX triplet: 21, 66 and 50. RGB value is (33,102,80). Sum of RGB (Red+Green+Blue) = 33+102+80=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 102 - color contains mainly: green. Hex color #216650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216650 is #DE99AF. Grayscale: #4E4E4E. Windows color (decimal): -14588336 or 5269025. OLE color: 5269025.

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

Color convert

RGB 33 102 80 -
CMYK 0.68 0 0.22 0.6
HSL 160.87º 0.51% 0.26% -
HSV(B) 160.87º 0.68% 0.4% -
XYZ 6.83 10.41 9.24 -
YUV 78.86 128.64 95.29 -
System Red Green Blue C M Y K H S L
Decimal 33 102 80 0.68 0 0.22 0.6 160.87 0.51 0.26
Hex 21 66 50 44 0 16 3C A1 33 1A
Octal 41 146 120 104 0 26 74 241 63 32
Binary 100001 1100110 1010000 1000100 0 10110 111100 10100001 110011 11010

Color Harmonies of #216650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216650

Black with #216650

Text Example


Text Example

White with #216650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216650; }

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

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

background-color css

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

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

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

border-color css

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

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

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