#248A7B

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

Shades of Elm #248A7B

Tints of Elm #248A7B

Color information

#248A7B (or 0x248A7B) is unknown color: approx Elm. HEX triplet: 24, 8A and 7B. RGB value is (36,138,123). Sum of RGB (Red+Green+Blue) = 36+138+123=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #248A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248A7B is #DB7584. Grayscale: #696969. Windows color (decimal): -14382469 or 8096292. OLE color: 8096292.

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

Color convert

RGB36138123-
CMYK0.7400.110.46
HSL171.18º58.62%34.12%-
HSV(B)171.18º73.91%54.12%-
XYZ13.3919.9821.89-
YUV105.79137.7178.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.12%
GREEN value IS 138 (54.30% from 255) = 46.46%
BLUE value IS 123 (48.44% from 255) = 41.41%
R=12.12%
G=46.46%
B=41.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal361381230.7400.110.46171.1858.6234.12
Hex248A7B4A0B2Eab3b22
Octal44212173112013562537342
Binary10010010001010111101110010100101110111010101011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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