#248B84

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

Shades of Elm #248B84

Tints of Elm #248B84

Color information

#248B84 (or 0x248B84) is unknown color: approx Elm. HEX triplet: 24, 8B and 84. RGB value is (36,139,132). Sum of RGB (Red+Green+Blue) = 36+139+132=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 139 - color contains mainly: green. Hex color #248B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248B84 is #DB747B. Grayscale: #6B6B6B. Windows color (decimal): -14382204 or 8686372. OLE color: 8686372.

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

Color convert

RGB36139132-
CMYK0.7400.050.45
HSL175.92º58.86%34.31%-
HSV(B)175.92º74.1%54.51%-
XYZ14.1320.5125.04-
YUV107.4141.8877.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.73%
GREEN value IS 139 (54.69% from 255) = 45.28%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=11.73%
G=45.28%
B=43.00%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal361391320.7400.050.45175.9258.8634.31
Hex248B844A052Db03b22
Octal4421320411205552607342
Binary10010010001011100001001001010010110110110110000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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