#248b7e

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

Shades of Elm #248B7E

Tints of Elm #248B7E

Color information

#248B7E (or 0x248B7E) is unknown color: approx Elm. HEX triplet: 24, 8B and 7E. RGB value is (36,139,126). Sum of RGB (Red+Green+Blue) = 36+139+126=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #248B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248B7E is #DB7481. Grayscale: #6A6A6A. Windows color (decimal): -14382210 or 8293156. OLE color: 8293156.

HSL color Cylindrical-coordinate representation of color #248B7E: hue angle of 172.43º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248B7E is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB36139126-
CMYK0.7400.090.45
HSL172.43º58.86%34.31%-
HSV(B)172.43º74.1%54.51%-
XYZ13.7320.3522.94-
YUV106.72138.8877.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.96%
GREEN value IS 139 (54.69% from 255) = 46.18%
BLUE value IS 126 (49.61% from 255) = 41.86%
R=11.96%
G=46.18%
B=41.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361391260.7400.090.45172.4358.8634.31
Hex248B7E4A092Dac3b22
Octal44213176112011552547342
Binary10010010001011111111010010100100110110110101100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248b7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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