#248C5A

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

Shades of Sea Green #248C5A

Tints of Sea Green #248C5A

Color information

#248C5A (or 0x248C5A) is unknown color: approx Sea Green. HEX triplet: 24, 8C and 5A. RGB value is (36,140,90). Sum of RGB (Red+Green+Blue) = 36+140+90=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 140 (55.08% from 255 or 52.63% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 140 - color contains mainly: green. Hex color #248C5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248C5A is #DB73A5. Grayscale: #676767. Windows color (decimal): -14381990 or 5934116. OLE color: 5934116.

HSL color Cylindrical-coordinate representation of color #248C5A: hue angle of 151.15º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248C5A is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB3614090-
CMYK0.7400.360.45
HSL151.15º59.09%34.51%-
HSV(B)151.15º74.29%54.9%-
XYZ11.9519.8712.88-
YUV103.2120.5480.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.53%
GREEN value IS 140 (55.08% from 255) = 52.63%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=13.53%
G=52.63%
B=33.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36140900.7400.360.45151.1559.0934.51
Hex248C5A4A0242D973b23
Octal44214132112044552277343
Binary1001001000110010110101001010010010010110110010111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,140,90); }

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

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

 a { background-color: rgb(36,140,90); }

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

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

 span { border-color: rgb(36,140,90); }

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