#248A7C

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

Shades of Elm #248A7C

Tints of Elm #248A7C

Color information

#248A7C (or 0x248A7C) is unknown color: approx Elm. HEX triplet: 24, 8A and 7C. RGB value is (36,138,124). Sum of RGB (Red+Green+Blue) = 36+138+124=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 138 - color contains mainly: green. Hex color #248A7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248A7C is #DB7583. Grayscale: #696969. Windows color (decimal): -14382468 or 8161828. OLE color: 8161828.

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

Color convert

RGB36138124-
CMYK0.7400.100.46
HSL171.76º58.62%34.12%-
HSV(B)171.76º73.91%54.12%-
XYZ13.4520.0122.22-
YUV105.91138.2178.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.08%
GREEN value IS 138 (54.30% from 255) = 46.31%
BLUE value IS 124 (48.83% from 255) = 41.61%
R=12.08%
G=46.31%
B=41.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal361381240.7400.100.46171.7658.6234.12
Hex248A7C4A0A2Eac3b22
Octal44212174112012562547342
Binary10010010001010111110010010100101010111010101100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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