#248D83

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

Shades of Elm #248D83

Tints of Elm #248D83

Color information

#248D83 (or 0x248D83) is unknown color: approx Elm. HEX triplet: 24, 8D and 83. RGB value is (36,141,131). Sum of RGB (Red+Green+Blue) = 36+141+131=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #248D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248D83 is #DB727C. Grayscale: #6C6C6C. Windows color (decimal): -14381693 or 8621348. OLE color: 8621348.

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

Color convert

RGB36141131-
CMYK0.7400.070.45
HSL174.29º59.32%34.71%-
HSV(B)174.29º74.47%55.29%-
XYZ14.3521.0624.78-
YUV108.46140.7176.31-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.69%
GREEN value IS 141 (55.47% from 255) = 45.78%
BLUE value IS 131 (51.56% from 255) = 42.53%
R=11.69%
G=45.78%
B=42.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361411310.7400.070.45174.2959.3234.71
Hex248D834A072Dae3b23
Octal4421520311207552567343
Binary10010010001101100000111001010011110110110101110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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