#209250

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

Shades of Sea Green #209250

Tints of Sea Green #209250

Color information

#209250 (or 0x209250) is unknown color: approx Sea Green. HEX triplet: 20, 92 and 50. RGB value is (32,146,80). Sum of RGB (Red+Green+Blue) = 32+146+80=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 146 (57.42% from 255 or 56.59% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 146 - color contains mainly: green. Hex color #209250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209250 is #DF6DAF. Grayscale: #686868. Windows color (decimal): -14642608 or 5280288. OLE color: 5280288.

HSL color Cylindrical-coordinate representation of color #209250: hue angle of 145.26º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209250 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB3214680-
CMYK0.7800.450.43
HSL145.26º64.04%34.9%-
HSV(B)145.26º78.08%57.25%-
XYZ12.3221.4411.08-
YUV104.39114.2376.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.40%
GREEN value IS 146 (57.42% from 255) = 56.59%
BLUE value IS 80 (31.64% from 255) = 31.01%
R=12.40%
G=56.59%
B=31.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal32146800.7800.450.43145.2664.0434.9
Hex2092504E02D2B914023
Octal402221201160555322110043
Binary10000010010010101000010011100101101101011100100011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209250; }

 p { color: rgb(32,146,80); }

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

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

 a { background-color: rgb(32,146,80); }

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

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

 span { border-color: rgb(32,146,80); }

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