Html Css Color HEX #258D80 Elm

📋 copy color: '#258D80'

red 37 ◦ green 141 ◦ blue 128

#258D80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #258D80

Tints of Elm #258D80

RGB

 RED value IS 37 (14.84% from 255) = 12.09%

 GREEN value IS 141 (55.47% from 255) = 46.08%

 BLUE value IS 128 (50.39% from 255) = 41.83%

R = 12.09%
G = 46.08%
B = 41.83%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#258D80 (or 0x258D80) is known color: Elm. HEX triplet: 25, 8D and 80. RGB value is (37,141,128). Sum of RGB (Red+Green+Blue) = 37+141+128=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 141 - color contains mainly: green. Hex color #258D80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258D80 is #DA727F. Grayscale: #6C6C6C. Windows color (decimal): -14316160 or 8424741. OLE color: 8424741.

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

Color convert

RGB 37 141 128 -
CMYK 0.74 0 0.09 0.45
HSL 172.5º 0.58% 0.35% -
HSV(B) 172.5º 0.74% 0.55% -
XYZ 14.18 21 23.73 -
YUV 108.42 139.04 77.06 -
System Red Green Blue C M Y K H S L
Decimal 37 141 128 0.74 0 0.09 0.45 172.5 0.58 0.35
Hex 25 8D 80 4A 0 9 2D AC 3A 23
Octal 45 215 200 112 0 11 55 254 72 43
Binary 100101 10001101 10000000 1001010 0 1001 101101 10101100 111010 100011

Color Harmonies of #258D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258D80

Black with #258D80

Text Example


Text Example

White with #258D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #258D80;
 }
 .AnyTagClassName
 {
   color: #258D80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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