Html Css Color HEX #248D7C Elm

📋 copy color: '#248D7C'

red 36 ◦ green 141 ◦ blue 124

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

Shades of Elm #248D7C

Tints of Elm #248D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 41.2%

R = 11.96%
G = 46.84%
B = 41.2%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#248D7C (or 0x248D7C) is known color: Elm. HEX triplet: 24, 8D and 7C. RGB value is (36,141,124). Sum of RGB (Red+Green+Blue) = 36+141+124=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 141 - color contains mainly: green. Hex color #248D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D7C is #DB7283. Grayscale: #6B6B6B. Windows color (decimal): -14381700 or 8162596. OLE color: 8162596.

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

Color convert

RGB 36 141 124 -
CMYK 0.74 0 0.12 0.45
HSL 170.29º 0.59% 0.35% -
HSV(B) 170.29º 0.74% 0.55% -
XYZ 13.89 20.88 22.37 -
YUV 107.67 137.21 76.88 -
System Red Green Blue C M Y K H S L
Decimal 36 141 124 0.74 0 0.12 0.45 170.29 0.59 0.35
Hex 24 8D 7C 4A 0 C 2D AA 3B 23
Octal 44 215 174 112 0 14 55 252 73 43
Binary 100100 10001101 1111100 1001010 0 1100 101101 10101010 111011 100011

Color Harmonies of #248D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248D7C

Black with #248D7C

Text Example


Text Example

White with #248D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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