Html Css Color HEX #248984 Elm

📋 copy color: '#248984'

red 36 ◦ green 137 ◦ blue 132

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

Shades of Elm #248984

Tints of Elm #248984

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.92%

 BLUE value IS 132 (51.95% from 255) = 43.28%

R = 11.8%
G = 44.92%
B = 43.28%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#248984 (or 0x248984) is known color: Elm. HEX triplet: 24, 89 and 84. RGB value is (36,137,132). Sum of RGB (Red+Green+Blue) = 36+137+132=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 137 - color contains mainly: green. Hex color #248984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248984 is #DB767B. Grayscale: #6A6A6A. Windows color (decimal): -14382716 or 8685860. OLE color: 8685860.

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

Color convert

RGB 36 137 132 -
CMYK 0.74 0 0.04 0.46
HSL 177.03º 0.58% 0.34% -
HSV(B) 177.03º 0.74% 0.54% -
XYZ 13.84 19.93 24.95 -
YUV 106.23 142.54 77.91 -
System Red Green Blue C M Y K H S L
Decimal 36 137 132 0.74 0 0.04 0.46 177.03 0.58 0.34
Hex 24 89 84 4A 0 4 2E B1 3A 22
Octal 44 211 204 112 0 4 56 261 72 42
Binary 100100 10001001 10000100 1001010 0 100 101110 10110001 111010 100010

Color Harmonies of #248984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248984

Black with #248984

Text Example


Text Example

White with #248984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248984; }

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

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

background-color css

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

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

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

border-color css

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

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

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