#248C4C

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

Shades of Sea Green #248C4C

Tints of Sea Green #248C4C

Color information

#248C4C (or 0x248C4C) is unknown color: approx Sea Green. HEX triplet: 24, 8C and 4C. RGB value is (36,140,76). Sum of RGB (Red+Green+Blue) = 36+140+76=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 140 (55.08% from 255 or 55.56% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 140 - color contains mainly: green. Hex color #248C4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248C4C is #DB73B3. Grayscale: #656565. Windows color (decimal): -14382004 or 5016612. OLE color: 5016612.

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

Color convert

RGB3614076-
CMYK0.7400.460.45
HSL143.08º59.09%34.51%-
HSV(B)143.08º74.29%54.9%-
XYZ11.4119.6510.03-
YUV101.61113.5481.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.29%
GREEN value IS 140 (55.08% from 255) = 55.56%
BLUE value IS 76 (30.08% from 255) = 30.16%
R=14.29%
G=55.56%
B=30.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36140760.7400.460.45143.0859.0934.51
Hex248C4C4A02E2D8f3b23
Octal44214114112056552177343
Binary1001001000110010011001001010010111010110110001111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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