#248e4c

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

Shades of Sea Green #248E4C

Tints of Sea Green #248E4C

Color information

#248E4C (or 0x248E4C) is unknown color: approx Sea Green. HEX triplet: 24, 8E and 4C. RGB value is (36,142,76). Sum of RGB (Red+Green+Blue) = 36+142+76=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 142 (55.86% from 255 or 55.91% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 142 - color contains mainly: green. Hex color #248E4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248E4C is #DB71B3. Grayscale: #666666. Windows color (decimal): -14381492 or 5017124. OLE color: 5017124.

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

Color convert

RGB3614276-
CMYK0.7500.460.44
HSL142.64º59.55%34.9%-
HSV(B)142.64º74.65%55.69%-
XYZ11.7120.2410.13-
YUV102.78112.8880.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.17%
GREEN value IS 142 (55.86% from 255) = 55.91%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=14.17%
G=55.91%
B=29.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36142760.7500.460.44142.6459.5534.9
Hex248E4C4B02E2C8f3c23
Octal44216114113056542177443
Binary1001001000111010011001001011010111010110010001111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248e4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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