#248D4E

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

Shades of Sea Green #248D4E

Tints of Sea Green #248D4E

Color information

#248D4E (or 0x248D4E) is unknown color: approx Sea Green. HEX triplet: 24, 8D and 4E. RGB value is (36,141,78). Sum of RGB (Red+Green+Blue) = 36+141+78=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 141 (55.47% from 255 or 55.29% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 141 - color contains mainly: green. Hex color #248D4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D4E is #DB72B1. Grayscale: #666666. Windows color (decimal): -14381746 or 5147940. OLE color: 5147940.

HSL color Cylindrical-coordinate representation of color #248D4E: hue angle of 144º 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 #248D4E is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB3614178-
CMYK0.7400.450.45
HSL144º59.32%34.71%-
HSV(B)144º74.47%55.29%-
XYZ11.6319.9710.45-
YUV102.42114.2180.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.12%
GREEN value IS 141 (55.47% from 255) = 55.29%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=14.12%
G=55.29%
B=30.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36141780.7400.450.4514459.3234.71
Hex248D4E4A02D2D903b23
Octal44215116112055552207343
Binary1001001000110110011101001010010110110110110010000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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