#248F7F

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

Shades of Elm #248F7F

Tints of Elm #248F7F

Color information

#248F7F (or 0x248F7F) is unknown color: approx Elm. HEX triplet: 24, 8F and 7F. RGB value is (36,143,127). Sum of RGB (Red+Green+Blue) = 36+143+127=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 143 - color contains mainly: green. Hex color #248F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248F7F is #DB7080. Grayscale: #6D6D6D. Windows color (decimal): -14381185 or 8359716. OLE color: 8359716.

HSL color Cylindrical-coordinate representation of color #248F7F: hue angle of 171.03º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248F7F is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB36143127-
CMYK0.7500.110.44
HSL171.03º59.78%35.1%-
HSV(B)171.03º74.83%56.08%-
XYZ14.3821.5523.48-
YUV109.18138.0575.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.76%
GREEN value IS 143 (56.25% from 255) = 46.73%
BLUE value IS 127 (50% from 255) = 41.50%
R=11.76%
G=46.73%
B=41.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361431270.7500.110.44171.0359.7835.1
Hex248F7F4B0B2Cab3c23
Octal44217177113013542537443
Binary10010010001111111111110010110101110110010101011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,143,127); }

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

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

 a { background-color: rgb(36,143,127); }

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

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

 span { border-color: rgb(36,143,127); }

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