#248D50

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

Shades of Sea Green #248D50

Tints of Sea Green #248D50

Color information

#248D50 (or 0x248D50) is unknown color: approx Sea Green. HEX triplet: 24, 8D and 50. RGB value is (36,141,80). Sum of RGB (Red+Green+Blue) = 36+141+80=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 141 (55.47% from 255 or 54.86% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 141 - color contains mainly: green. Hex color #248D50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D50 is #DB72AF. Grayscale: #666666. Windows color (decimal): -14381744 or 5279012. OLE color: 5279012.

HSL color Cylindrical-coordinate representation of color #248D50: hue angle of 145.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248D50 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB3614180-
CMYK0.7400.430.45
HSL145.14º59.32%34.71%-
HSV(B)145.14º74.47%55.29%-
XYZ11.72010.83-
YUV102.65115.2180.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.01%
GREEN value IS 141 (55.47% from 255) = 54.86%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=14.01%
G=54.86%
B=31.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36141800.7400.430.45145.1459.3234.71
Hex248D504A02B2D913b23
Octal44215120112053552217343
Binary1001001000110110100001001010010101110110110010001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248D50; }

 p { color: rgb(36,141,80); }

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

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

 a { background-color: rgb(36,141,80); }

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

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

 span { border-color: rgb(36,141,80); }

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