#248A7D

Color #248A7D Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #248A7D

Tints of Elm #248A7D

Color information

#248A7D (or 0x248A7D) is unknown color: approx Elm. HEX triplet: 24, 8A and 7D. RGB value is (36,138,125). Sum of RGB (Red+Green+Blue) = 36+138+125=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 138 - color contains mainly: green. Hex color #248A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248A7D is #DB7582. Grayscale: #696969. Windows color (decimal): -14382467 or 8227364. OLE color: 8227364.

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

Color convert

RGB36138125-
CMYK0.7400.090.46
HSL172.35º58.62%34.12%-
HSV(B)172.35º73.91%54.12%-
XYZ13.5220.0322.56-
YUV106.02138.7178.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.04%
GREEN value IS 138 (54.30% from 255) = 46.15%
BLUE value IS 125 (49.22% from 255) = 41.81%
R=12.04%
G=46.15%
B=41.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal361381250.7400.090.46172.3558.6234.12
Hex248A7D4A092Eac3b22
Octal44212175112011562547342
Binary10010010001010111110110010100100110111010101100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #248A7D;
 }
 .AnyTagClassName
 {
   color: #248A7D;
 }
</style>
background-color css

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

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

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

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

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

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