#258D7E

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

Shades of Elm #258D7E

Tints of Elm #258D7E

Color information

#258D7E (or 0x258D7E) is unknown color: approx Elm. HEX triplet: 25, 8D and 7E. RGB value is (37,141,126). Sum of RGB (Red+Green+Blue) = 37+141+126=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 141 - color contains mainly: green. Hex color #258D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258D7E is #DA7281. Grayscale: #6C6C6C. Windows color (decimal): -14316162 or 8293669. OLE color: 8293669.

HSL color Cylindrical-coordinate representation of color #258D7E: hue angle of 171.35º degrees, saturation: 0.58, 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 #258D7E is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB37141126-
CMYK0.7400.110.45
HSL171.35º58.43%34.9%-
HSV(B)171.35º73.76%55.29%-
XYZ14.0520.9523.04-
YUV108.19138.0477.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.17%
GREEN value IS 141 (55.47% from 255) = 46.38%
BLUE value IS 126 (49.61% from 255) = 41.45%
R=12.17%
G=46.38%
B=41.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal371411260.7400.110.45171.3558.4334.9
Hex258D7E4A0B2Dab3a23
Octal45215176112013552537243
Binary10010110001101111111010010100101110110110101011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258D7E; }

 p { color: rgb(37,141,126); }

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

<style>
 a { background-color: #258D7E; }

 a { background-color: rgb(37,141,126); }

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

<style>
 span { border-color: #258D7E; }

 span { border-color: rgb(37,141,126); }

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