Html Css Color HEX #248680 Elm

📋 copy color: '#248680'

red 36 ◦ green 134 ◦ blue 128

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

Shades of Elm #248680

Tints of Elm #248680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.97%

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

R = 12.08%
G = 44.97%
B = 42.95%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#248680 (or 0x248680) is known color: Elm. HEX triplet: 24, 86 and 80. RGB value is (36,134,128). Sum of RGB (Red+Green+Blue) = 36+134+128=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #248680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248680 is #DB797F. Grayscale: #676767. Windows color (decimal): -14383488 or 8422948. OLE color: 8422948.

HSL color Cylindrical-coordinate representation of color #248680: hue angle of 176.33º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248680 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 134 128 -
CMYK 0.73 0 0.04 0.47
HSL 176.33º 0.58% 0.33% -
HSV(B) 176.33º 0.73% 0.53% -
XYZ 13.15 18.98 23.39 -
YUV 104.01 141.53 79.49 -
System Red Green Blue C M Y K H S L
Decimal 36 134 128 0.73 0 0.04 0.47 176.33 0.58 0.33
Hex 24 86 80 49 0 4 2F B0 3A 21
Octal 44 206 200 111 0 4 57 260 72 41
Binary 100100 10000110 10000000 1001001 0 100 101111 10110000 111010 100001

Color Harmonies of #248680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248680

Black with #248680

Text Example


Text Example

White with #248680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248680; }

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

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

background-color css

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

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

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

border-color css

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

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

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