Html Css Color HEX #248D80 Elm

📋 copy color: '#248D80'

red 36 ◦ green 141 ◦ blue 128

#248D80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #248D80

Tints of Elm #248D80

RGB

 RED value IS 36 (14.45% from 255) = 11.8%

 GREEN value IS 141 (55.47% from 255) = 46.23%

 BLUE value IS 128 (50.39% from 255) = 41.97%

R = 11.8%
G = 46.23%
B = 41.97%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#248D80 (or 0x248D80) is known color: Elm. HEX triplet: 24, 8D and 80. RGB value is (36,141,128). Sum of RGB (Red+Green+Blue) = 36+141+128=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 141 - color contains mainly: green. Hex color #248D80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248D80 is #DB727F. Grayscale: #6C6C6C. Windows color (decimal): -14381696 or 8424740. OLE color: 8424740.

HSL color Cylindrical-coordinate representation of color #248D80: hue angle of 172.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248D80 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 141 128 -
CMYK 0.74 0 0.09 0.45
HSL 172.57º 0.59% 0.35% -
HSV(B) 172.57º 0.74% 0.55% -
XYZ 14.15 20.98 23.73 -
YUV 108.12 139.21 76.56 -
System Red Green Blue C M Y K H S L
Decimal 36 141 128 0.74 0 0.09 0.45 172.57 0.59 0.35
Hex 24 8D 80 4A 0 9 2D AD 3B 23
Octal 44 215 200 112 0 11 55 255 73 43
Binary 100100 10001101 10000000 1001010 0 1001 101101 10101101 111011 100011

Color Harmonies of #248D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248D80

Black with #248D80

Text Example


Text Example

White with #248D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #248D80;
 }
 .AnyTagClassName
 {
   color: #248D80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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