#248F55

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

Shades of Sea Green #248F55

Tints of Sea Green #248F55

Color information

#248F55 (or 0x248F55) is unknown color: approx Sea Green. HEX triplet: 24, 8F and 55. RGB value is (36,143,85). Sum of RGB (Red+Green+Blue) = 36+143+85=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 143 (56.25% from 255 or 54.17% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 143 - color contains mainly: green. Hex color #248F55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248F55 is #DB70AA. Grayscale: #686868. Windows color (decimal): -14381227 or 5607204. OLE color: 5607204.

HSL color Cylindrical-coordinate representation of color #248F55: hue angle of 147.48º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248F55 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB3614385-
CMYK0.7500.410.44
HSL147.48º59.78%35.1%-
HSV(B)147.48º74.83%56.08%-
XYZ12.1920.6811.94-
YUV104.39117.0579.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.64%
GREEN value IS 143 (56.25% from 255) = 54.17%
BLUE value IS 85 (33.59% from 255) = 32.20%
R=13.64%
G=54.17%
B=32.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36143850.7500.410.44147.4859.7835.1
Hex248F554B0292C933c23
Octal44217125113051542237443
Binary1001001000111110101011001011010100110110010010011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,143,85); }

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

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

 a { background-color: rgb(36,143,85); }

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

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

 span { border-color: rgb(36,143,85); }

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