#248A84

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

Shades of Elm #248A84

Tints of Elm #248A84

Color information

#248A84 (or 0x248A84) is unknown color: approx Elm. HEX triplet: 24, 8A and 84. RGB value is (36,138,132). Sum of RGB (Red+Green+Blue) = 36+138+132=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #248A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248A84 is #DB757B. Grayscale: #6A6A6A. Windows color (decimal): -14382460 or 8686116. OLE color: 8686116.

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

Color convert

RGB36138132-
CMYK0.7400.040.46
HSL176.47º58.62%34.12%-
HSV(B)176.47º73.91%54.12%-
XYZ13.9820.2225-
YUV106.82142.2177.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.76%
GREEN value IS 138 (54.30% from 255) = 45.10%
BLUE value IS 132 (51.95% from 255) = 43.14%
R=11.76%
G=45.10%
B=43.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal361381320.7400.040.46176.4758.6234.12
Hex248A844A042Eb03b22
Octal4421220411204562607342
Binary10010010001010100001001001010010010111010110000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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