Html Css Color HEX #248C81 Elm

📋 copy color: '#248C81'

red 36 ◦ green 140 ◦ blue 129

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

Shades of Elm #248C81

Tints of Elm #248C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.3%

R = 11.8%
G = 45.9%
B = 42.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#248C81 (or 0x248C81) is known color: Elm. HEX triplet: 24, 8C and 81. RGB value is (36,140,129). Sum of RGB (Red+Green+Blue) = 36+140+129=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 140 - color contains mainly: green. Hex color #248C81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248C81 is #DB737E. Grayscale: #6B6B6B. Windows color (decimal): -14381951 or 8490020. OLE color: 8490020.

HSL color Cylindrical-coordinate representation of color #248C81: hue angle of 173.65º 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 #248C81 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 140 129 -
CMYK 0.74 0 0.08 0.45
HSL 173.65º 0.59% 0.35% -
HSV(B) 173.65º 0.74% 0.55% -
XYZ 14.07 20.72 24.03 -
YUV 107.65 140.04 76.89 -
System Red Green Blue C M Y K H S L
Decimal 36 140 129 0.74 0 0.08 0.45 173.65 0.59 0.35
Hex 24 8C 81 4A 0 8 2D AE 3B 23
Octal 44 214 201 112 0 10 55 256 73 43
Binary 100100 10001100 10000001 1001010 0 1000 101101 10101110 111011 100011

Color Harmonies of #248C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248C81

Black with #248C81

Text Example


Text Example

White with #248C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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