#248A53

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

Shades of Sea Green #248A53

Tints of Sea Green #248A53

Color information

#248A53 (or 0x248A53) is unknown color: approx Sea Green. HEX triplet: 24, 8A and 53. RGB value is (36,138,83). Sum of RGB (Red+Green+Blue) = 36+138+83=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 138 (54.30% from 255 or 53.70% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 138 - color contains mainly: green. Hex color #248A53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248A53 is #DB75AC. Grayscale: #656565. Windows color (decimal): -14382509 or 5474852. OLE color: 5474852.

HSL color Cylindrical-coordinate representation of color #248A53: hue angle of 147.65º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248A53 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB3613883-
CMYK0.7400.400.46
HSL147.65º58.62%34.12%-
HSV(B)147.65º73.91%54.12%-
XYZ11.3819.1811.29-
YUV101.23117.7181.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.01%
GREEN value IS 138 (54.30% from 255) = 53.70%
BLUE value IS 83 (32.81% from 255) = 32.30%
R=14.01%
G=53.70%
B=32.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36138830.7400.400.46147.6558.6234.12
Hex248A534A0282E943b22
Octal44212123112050562247342
Binary1001001000101010100111001010010100010111010010100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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