#209248

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

Shades of Sea Green #209248

Tints of Sea Green #209248

Color information

#209248 (or 0x209248) is unknown color: approx Sea Green. HEX triplet: 20, 92 and 48. RGB value is (32,146,72). Sum of RGB (Red+Green+Blue) = 32+146+72=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 146 (57.42% from 255 or 58.4% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 146 - color contains mainly: green. Hex color #209248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #209248 is #DF6DB7. Grayscale: #676767. Windows color (decimal): -14642616 or 4756000. OLE color: 4756000.

HSL color Cylindrical-coordinate representation of color #209248: hue angle of 141.05º 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 #209248 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB3214672-
CMYK0.7800.510.43
HSL141.05º64.04%34.9%-
HSV(B)141.05º78.08%57.25%-
XYZ12.0421.339.61-
YUV103.48110.2377.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 146 (57.42% from 255) = 58.4%
BLUE value IS 72 (28.52% from 255) = 28.8%
R=12.8%
G=58.4%
B=28.8%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal32146720.7800.510.43141.0564.0434.9
Hex2092484E0332B8d4023
Octal402221101160635321510043
Binary10000010010010100100010011100110011101011100011011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209248; }

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

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

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

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

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

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

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

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