#218850

Color #218850 Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #218850

Tints of Sea Green #218850

Color information

#218850 (or 0x218850) is unknown color: approx Sea Green. HEX triplet: 21, 88 and 50. RGB value is (33,136,80). Sum of RGB (Red+Green+Blue) = 33+136+80=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #218850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218850 is #DE77AF. Grayscale: #626262. Windows color (decimal): -14579632 or 5277729. OLE color: 5277729.

HSL color Cylindrical-coordinate representation of color #218850: hue angle of 147.38º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218850 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB3313680-
CMYK0.7600.410.47
HSL147.38º60.95%33.14%-
HSV(B)147.38º75.74%53.33%-
XYZ10.8818.5110.59-
YUV98.82117.3881.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.25%
GREEN value IS 136 (53.52% from 255) = 54.62%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=13.25%
G=54.62%
B=32.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33136800.7600.410.47147.3860.9533.14
Hex2188504C0292F933d21
Octal41210120114051572237541
Binary1000011000100010100001001100010100110111110010011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218850; }

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

 H1.HeaderClassName
 {
   color: #218850;
 }
 .AnyTagClassName
 {
   color: #218850;
 }
</style>
background-color css

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

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

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

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

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

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