#248F80

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

Shades of Elm #248F80

Tints of Elm #248F80

Color information

#248F80 (or 0x248F80) is unknown color: approx Elm. HEX triplet: 24, 8F and 80. RGB value is (36,143,128). Sum of RGB (Red+Green+Blue) = 36+143+128=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 143 - color contains mainly: green. Hex color #248F80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248F80 is #DB707F. Grayscale: #6D6D6D. Windows color (decimal): -14381184 or 8425252. OLE color: 8425252.

HSL color Cylindrical-coordinate representation of color #248F80: hue angle of 171.59º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248F80 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB36143128-
CMYK0.7500.100.44
HSL171.59º59.78%35.1%-
HSV(B)171.59º74.83%56.08%-
XYZ14.4521.5823.83-
YUV109.3138.5575.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.73%
GREEN value IS 143 (56.25% from 255) = 46.58%
BLUE value IS 128 (50.39% from 255) = 41.69%
R=11.73%
G=46.58%
B=41.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361431280.7500.100.44171.5959.7835.1
Hex248F804B0A2Cac3c23
Octal44217200113012542547443
Binary100100100011111000000010010110101010110010101100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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