#248E81

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

Shades of Elm #248E81

Tints of Elm #248E81

Color information

#248E81 (or 0x248E81) is unknown color: approx Elm. HEX triplet: 24, 8E and 81. RGB value is (36,142,129). Sum of RGB (Red+Green+Blue) = 36+142+129=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 142 - color contains mainly: green. Hex color #248E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248E81 is #DB717E. Grayscale: #6C6C6C. Windows color (decimal): -14381439 or 8490532. OLE color: 8490532.

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

Color convert

RGB36142129-
CMYK0.7500.090.44
HSL172.64º59.55%34.9%-
HSV(B)172.64º74.65%55.69%-
XYZ14.3621.3124.12-
YUV108.82139.3876.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.73%
GREEN value IS 142 (55.86% from 255) = 46.25%
BLUE value IS 129 (50.78% from 255) = 42.02%
R=11.73%
G=46.25%
B=42.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361421290.7500.090.44172.6459.5534.9
Hex248E814B092Cad3c23
Octal44216201113011542557443
Binary100100100011101000000110010110100110110010101101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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