#248A51

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

Shades of Sea Green #248A51

Tints of Sea Green #248A51

Color information

#248A51 (or 0x248A51) is unknown color: approx Sea Green. HEX triplet: 24, 8A and 51. RGB value is (36,138,81). Sum of RGB (Red+Green+Blue) = 36+138+81=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 138 (54.30% from 255 or 54.12% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 138 - color contains mainly: green. Hex color #248A51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248A51 is #DB75AE. Grayscale: #656565. Windows color (decimal): -14382511 or 5343780. OLE color: 5343780.

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

Color convert

RGB3613881-
CMYK0.7400.410.46
HSL146.47º58.62%34.12%-
HSV(B)146.47º73.91%54.12%-
XYZ11.319.1510.88-
YUV101116.7181.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.12%
GREEN value IS 138 (54.30% from 255) = 54.12%
BLUE value IS 81 (32.03% from 255) = 31.76%
R=14.12%
G=54.12%
B=31.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal36138810.7400.410.46146.4758.6234.12
Hex248A514A0292E923b22
Octal44212121112051562227342
Binary1001001000101010100011001010010100110111010010010111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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