Html Css Color HEX #248380 Elm

📋 copy color: '#248380'

red 36 ◦ green 131 ◦ blue 128

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

Shades of Elm #248380

Tints of Elm #248380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.41%

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

R = 12.2%
G = 44.41%
B = 43.39%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#248380 (or 0x248380) is known color: Elm. HEX triplet: 24, 83 and 80. RGB value is (36,131,128). Sum of RGB (Red+Green+Blue) = 36+131+128=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #248380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248380 is #DB7C7F. Grayscale: #666666. Windows color (decimal): -14384256 or 8422180. OLE color: 8422180.

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

Color convert

RGB 36 131 128 -
CMYK 0.73 0 0.02 0.49
HSL 178.11º 0.57% 0.33% -
HSV(B) 178.11º 0.73% 0.51% -
XYZ 12.74 18.17 23.26 -
YUV 102.25 142.53 80.74 -
System Red Green Blue C M Y K H S L
Decimal 36 131 128 0.73 0 0.02 0.49 178.11 0.57 0.33
Hex 24 83 80 49 0 2 31 B2 39 21
Octal 44 203 200 111 0 2 61 262 71 41
Binary 100100 10000011 10000000 1001001 0 10 110001 10110010 111001 100001

Color Harmonies of #248380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248380

Black with #248380

Text Example


Text Example

White with #248380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248380; }

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

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

background-color css

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

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

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

border-color css

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

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

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