Html Css Color HEX #248B7D Elm

📋 copy color: '#248B7D'

red 36 ◦ green 139 ◦ blue 125

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

Shades of Elm #248B7D

Tints of Elm #248B7D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.33%

 BLUE value IS 125 (49.22% from 255) = 41.67%

R = 12%
G = 46.33%
B = 41.67%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#248B7D (or 0x248B7D) is known color: Elm. HEX triplet: 24, 8B and 7D. RGB value is (36,139,125). Sum of RGB (Red+Green+Blue) = 36+139+125=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 139 - color contains mainly: green. Hex color #248B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248B7D is #DB7482. Grayscale: #6A6A6A. Windows color (decimal): -14382211 or 8227620. OLE color: 8227620.

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

Color convert

RGB 36 139 125 -
CMYK 0.74 0 0.10 0.45
HSL 171.84º 0.59% 0.34% -
HSV(B) 171.84º 0.74% 0.55% -
XYZ 13.66 20.32 22.6 -
YUV 106.61 138.38 77.64 -
System Red Green Blue C M Y K H S L
Decimal 36 139 125 0.74 0 0.10 0.45 171.84 0.59 0.34
Hex 24 8B 7D 4A 0 A 2D AC 3B 22
Octal 44 213 175 112 0 12 55 254 73 42
Binary 100100 10001011 1111101 1001010 0 1010 101101 10101100 111011 100010

Color Harmonies of #248B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248B7D

Black with #248B7D

Text Example


Text Example

White with #248B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,139,125); }

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

background-color css

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

 a { background-color: rgb(36,139,125); }

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

border-color css

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

 span { border-color: rgb(36,139,125); }

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