Html Css Color HEX #248C84 Elm

📋 copy color: '#248C84'

red 36 ◦ green 140 ◦ blue 132

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

Shades of Elm #248C84

Tints of Elm #248C84

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.45%

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

R = 11.69%
G = 45.45%
B = 42.86%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#248C84 (or 0x248C84) is known color: Elm. HEX triplet: 24, 8C and 84. RGB value is (36,140,132). Sum of RGB (Red+Green+Blue) = 36+140+132=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #248C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248C84 is #DB737B. Grayscale: #6B6B6B. Windows color (decimal): -14381948 or 8686628. OLE color: 8686628.

HSL color Cylindrical-coordinate representation of color #248C84: hue angle of 175.38º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248C84 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 140 132 -
CMYK 0.74 0 0.06 0.45
HSL 175.38º 0.59% 0.35% -
HSV(B) 175.38º 0.74% 0.55% -
XYZ 14.27 20.8 25.09 -
YUV 107.99 141.54 76.65 -
System Red Green Blue C M Y K H S L
Decimal 36 140 132 0.74 0 0.06 0.45 175.38 0.59 0.35
Hex 24 8C 84 4A 0 6 2D AF 3B 23
Octal 44 214 204 112 0 6 55 257 73 43
Binary 100100 10001100 10000100 1001010 0 110 101101 10101111 111011 100011

Color Harmonies of #248C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248C84

Black with #248C84

Text Example


Text Example

White with #248C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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