#258A82

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

Shades of Elm #258A82

Tints of Elm #258A82

Color information

#258A82 (or 0x258A82) is unknown color: approx Elm. HEX triplet: 25, 8A and 82. RGB value is (37,138,130). Sum of RGB (Red+Green+Blue) = 37+138+130=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 138 - color contains mainly: green. Hex color #258A82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258A82 is #DA757D. Grayscale: #6A6A6A. Windows color (decimal): -14316926 or 8555045. OLE color: 8555045.

HSL color Cylindrical-coordinate representation of color #258A82: hue angle of 175.25º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258A82 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB37138130-
CMYK0.7300.060.46
HSL175.25º57.71%34.31%-
HSV(B)175.25º73.19%54.12%-
XYZ13.8820.1824.28-
YUV106.89141.0478.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.13%
GREEN value IS 138 (54.30% from 255) = 45.25%
BLUE value IS 130 (51.17% from 255) = 42.62%
R=12.13%
G=45.25%
B=42.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal371381300.7300.060.46175.2557.7134.31
Hex258A8249062Eaf3a22
Octal4521220211106562577242
Binary10010110001010100000101001001011010111010101111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,138,130); }

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

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

 a { background-color: rgb(37,138,130); }

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

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

 span { border-color: rgb(37,138,130); }

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