#248F59

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

Shades of Sea Green #248F59

Tints of Sea Green #248F59

Color information

#248F59 (or 0x248F59) is unknown color: approx Sea Green. HEX triplet: 24, 8F and 59. RGB value is (36,143,89). Sum of RGB (Red+Green+Blue) = 36+143+89=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 143 (56.25% from 255 or 53.36% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 143 - color contains mainly: green. Hex color #248F59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248F59 is #DB70A6. Grayscale: #686868. Windows color (decimal): -14381223 or 5869348. OLE color: 5869348.

HSL color Cylindrical-coordinate representation of color #248F59: hue angle of 149.72º 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 #248F59 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB3614389-
CMYK0.7500.380.44
HSL149.72º59.78%35.1%-
HSV(B)149.72º74.83%56.08%-
XYZ12.3520.7412.8-
YUV104.85119.0578.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.43%
GREEN value IS 143 (56.25% from 255) = 53.36%
BLUE value IS 89 (35.16% from 255) = 33.21%
R=13.43%
G=53.36%
B=33.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36143890.7500.380.44149.7259.7835.1
Hex248F594B0262C963c23
Octal44217131113046542267443
Binary1001001000111110110011001011010011010110010010110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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