#248F53

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

Shades of Sea Green #248F53

Tints of Sea Green #248F53

Color information

#248F53 (or 0x248F53) is unknown color: approx Sea Green. HEX triplet: 24, 8F and 53. RGB value is (36,143,83). Sum of RGB (Red+Green+Blue) = 36+143+83=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 143 (56.25% from 255 or 54.58% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 143 - color contains mainly: green. Hex color #248F53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248F53 is #DB70AC. Grayscale: #686868. Windows color (decimal): -14381229 or 5476132. OLE color: 5476132.

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

Color convert

RGB3614383-
CMYK0.7500.420.44
HSL146.36º59.78%35.1%-
HSV(B)146.36º74.83%56.08%-
XYZ12.1120.6411.53-
YUV104.17116.0579.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.74%
GREEN value IS 143 (56.25% from 255) = 54.58%
BLUE value IS 83 (32.81% from 255) = 31.68%
R=13.74%
G=54.58%
B=31.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36143830.7500.420.44146.3659.7835.1
Hex248F534B02A2C923c23
Octal44217123113052542227443
Binary1001001000111110100111001011010101010110010010010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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