#248F5F

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

Shades of Sea Green #248F5F

Tints of Sea Green #248F5F

Color information

#248F5F (or 0x248F5F) is unknown color: approx Sea Green. HEX triplet: 24, 8F and 5F. RGB value is (36,143,95). Sum of RGB (Red+Green+Blue) = 36+143+95=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 143 (56.25% from 255 or 52.19% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 143 - color contains mainly: green. Hex color #248F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248F5F is #DB70A0. Grayscale: #696969. Windows color (decimal): -14381217 or 6262564. OLE color: 6262564.

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

Color convert

RGB3614395-
CMYK0.7500.340.44
HSL153.08º59.78%35.1%-
HSV(B)153.08º74.83%56.08%-
XYZ12.6220.8514.19-
YUV105.53122.0578.4-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.14%
GREEN value IS 143 (56.25% from 255) = 52.19%
BLUE value IS 95 (37.5% from 255) = 34.67%
R=13.14%
G=52.19%
B=34.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36143950.7500.340.44153.0859.7835.1
Hex248F5F4B0222C993c23
Octal44217137113042542317443
Binary1001001000111110111111001011010001010110010011001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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