#258A81

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

Shades of Elm #258A81

Tints of Elm #258A81

Color information

#258A81 (or 0x258A81) is unknown color: approx Elm. HEX triplet: 25, 8A and 81. RGB value is (37,138,129). Sum of RGB (Red+Green+Blue) = 37+138+129=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #258A81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258A81 is #DA757E. Grayscale: #6A6A6A. Windows color (decimal): -14316927 or 8489509. OLE color: 8489509.

HSL color Cylindrical-coordinate representation of color #258A81: hue angle of 174.65º 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 #258A81 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB37138129-
CMYK0.7300.070.46
HSL174.65º57.71%34.31%-
HSV(B)174.65º73.19%54.12%-
XYZ13.8120.1623.93-
YUV106.78140.5478.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.17%
GREEN value IS 138 (54.30% from 255) = 45.39%
BLUE value IS 129 (50.78% from 255) = 42.43%
R=12.17%
G=45.39%
B=42.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal371381290.7300.070.46174.6557.7134.31
Hex258A8149072Eaf3a22
Octal4521220111107562577242
Binary10010110001010100000011001001011110111010101111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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