#248980

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

Shades of Elm #248980

Tints of Elm #248980

Color information

#248980 (or 0x248980) is unknown color: approx Elm. HEX triplet: 24, 89 and 80. RGB value is (36,137,128). Sum of RGB (Red+Green+Blue) = 36+137+128=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #248980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248980 is #DB767F. Grayscale: #696969. Windows color (decimal): -14382720 or 8423716. OLE color: 8423716.

HSL color Cylindrical-coordinate representation of color #248980: hue angle of 174.65º degrees, saturation: 0.58, 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 #248980 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB36137128-
CMYK0.7400.070.46
HSL174.65º58.38%33.92%-
HSV(B)174.65º73.72%53.73%-
XYZ13.5719.8223.53-
YUV105.78140.5478.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.96%
GREEN value IS 137 (53.91% from 255) = 45.51%
BLUE value IS 128 (50.39% from 255) = 42.52%
R=11.96%
G=45.51%
B=42.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal361371280.7400.070.46174.6558.3833.92
Hex2489804A072Eaf3a22
Octal4421120011207562577242
Binary10010010001001100000001001010011110111010101111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248980; }

 p { color: rgb(36,137,128); }

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

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

 a { background-color: rgb(36,137,128); }

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

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

 span { border-color: rgb(36,137,128); }

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