#248c5e

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

Shades of Sea Green #248C5E

Tints of Sea Green #248C5E

Color information

#248C5E (or 0x248C5E) is unknown color: approx Sea Green. HEX triplet: 24, 8C and 5E. RGB value is (36,140,94). Sum of RGB (Red+Green+Blue) = 36+140+94=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 140 (55.08% from 255 or 51.85% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 140 - color contains mainly: green. Hex color #248C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248C5E is #DB73A1. Grayscale: #676767. Windows color (decimal): -14381986 or 6196260. OLE color: 6196260.

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

Color convert

RGB3614094-
CMYK0.7400.330.45
HSL153.46º59.09%34.51%-
HSV(B)153.46º74.29%54.9%-
XYZ12.1319.9413.8-
YUV103.66122.5479.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.33%
GREEN value IS 140 (55.08% from 255) = 51.85%
BLUE value IS 94 (37.11% from 255) = 34.81%
R=13.33%
G=51.85%
B=34.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36140940.7400.330.45153.4659.0934.51
Hex248C5E4A0212D993b23
Octal44214136112041552317343
Binary1001001000110010111101001010010000110110110011001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248c5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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