#248D7E

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

Shades of Elm #248D7E

Tints of Elm #248D7E

Color information

#248D7E (or 0x248D7E) is unknown color: approx Elm. HEX triplet: 24, 8D and 7E. RGB value is (36,141,126). Sum of RGB (Red+Green+Blue) = 36+141+126=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 126 (49.61% from 255 or 41.58% from 303); Max value from RGB is 141 - color contains mainly: green. Hex color #248D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D7E is #DB7281. Grayscale: #6B6B6B. Windows color (decimal): -14381698 or 8293668. OLE color: 8293668.

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

Color convert

RGB36141126-
CMYK0.7400.110.45
HSL171.43º59.32%34.71%-
HSV(B)171.43º74.47%55.29%-
XYZ14.0220.9323.04-
YUV107.9138.2176.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.88%
GREEN value IS 141 (55.47% from 255) = 46.53%
BLUE value IS 126 (49.61% from 255) = 41.58%
R=11.88%
G=46.53%
B=41.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361411260.7400.110.45171.4359.3234.71
Hex248D7E4A0B2Dab3b23
Octal44215176112013552537343
Binary10010010001101111111010010100101110110110101011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,141,126); }

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

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

 a { background-color: rgb(36,141,126); }

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

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

 span { border-color: rgb(36,141,126); }

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