Html Css Color HEX #248580 Elm

📋 copy color: '#248580'

red 36 ◦ green 133 ◦ blue 128

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

Shades of Elm #248580

Tints of Elm #248580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.78%

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

R = 12.12%
G = 44.78%
B = 43.1%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#248580 (or 0x248580) is known color: Elm. HEX triplet: 24, 85 and 80. RGB value is (36,133,128). Sum of RGB (Red+Green+Blue) = 36+133+128=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #248580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248580 is #DB7A7F. Grayscale: #676767. Windows color (decimal): -14383744 or 8422692. OLE color: 8422692.

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

Color convert

RGB 36 133 128 -
CMYK 0.73 0 0.04 0.48
HSL 176.91º 0.57% 0.33% -
HSV(B) 176.91º 0.73% 0.52% -
XYZ 13.01 18.71 23.35 -
YUV 103.43 141.86 79.91 -
System Red Green Blue C M Y K H S L
Decimal 36 133 128 0.73 0 0.04 0.48 176.91 0.57 0.33
Hex 24 85 80 49 0 4 30 B1 39 21
Octal 44 205 200 111 0 4 60 261 71 41
Binary 100100 10000101 10000000 1001001 0 100 110000 10110001 111001 100001

Color Harmonies of #248580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248580

Black with #248580

Text Example


Text Example

White with #248580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248580; }

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

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

background-color css

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

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

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

border-color css

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

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

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