Html Css Color HEX #248682 Elm

📋 copy color: '#248682'

red 36 ◦ green 134 ◦ blue 130

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

Shades of Elm #248682

Tints of Elm #248682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.33%

R = 12%
G = 44.67%
B = 43.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#248682 (or 0x248682) is known color: Elm. HEX triplet: 24, 86 and 82. RGB value is (36,134,130). Sum of RGB (Red+Green+Blue) = 36+134+130=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #248682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248682 is #DB797D. Grayscale: #686868. Windows color (decimal): -14383486 or 8554020. OLE color: 8554020.

HSL color Cylindrical-coordinate representation of color #248682: hue angle of 177.55º 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 #248682 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 134 130 -
CMYK 0.73 0 0.03 0.47
HSL 177.55º 0.58% 0.33% -
HSV(B) 177.55º 0.73% 0.53% -
XYZ 13.28 19.04 24.09 -
YUV 104.24 142.53 79.33 -
System Red Green Blue C M Y K H S L
Decimal 36 134 130 0.73 0 0.03 0.47 177.55 0.58 0.33
Hex 24 86 82 49 0 3 2F B2 3A 21
Octal 44 206 202 111 0 3 57 262 72 41
Binary 100100 10000110 10000010 1001001 0 11 101111 10110010 111010 100001

Color Harmonies of #248682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248682

Black with #248682

Text Example


Text Example

White with #248682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248682; }

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

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

background-color css

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

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

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

border-color css

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

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

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