Html Css Color HEX #216250 Evening Sea

📋 copy color: '#216250'

red 33 ◦ green 98 ◦ blue 80

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

Shades of Evening Sea #216250

Tints of Evening Sea #216250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.45%

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

R = 15.64%
G = 46.45%
B = 37.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#216250 (or 0x216250) is known color: Evening Sea. HEX triplet: 21, 62 and 50. RGB value is (33,98,80). Sum of RGB (Red+Green+Blue) = 33+98+80=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #216250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216250 is #DE9DAF. Grayscale: #4C4C4C. Windows color (decimal): -14589360 or 5268001. OLE color: 5268001.

HSL color Cylindrical-coordinate representation of color #216250: hue angle of 163.38º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216250 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 98 80 -
CMYK 0.66 0 0.18 0.62
HSL 163.38º 0.5% 0.26% -
HSV(B) 163.38º 0.66% 0.38% -
XYZ 6.44 9.64 9.11 -
YUV 76.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 33 98 80 0.66 0 0.18 0.62 163.38 0.5 0.26
Hex 21 62 50 42 0 12 3E A3 32 1A
Octal 41 142 120 102 0 22 76 243 62 32
Binary 100001 1100010 1010000 1000010 0 10010 111110 10100011 110010 11010

Color Harmonies of #216250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216250

Black with #216250

Text Example


Text Example

White with #216250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216250; }

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

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

background-color css

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

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

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

border-color css

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

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

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