Html Css Color HEX #258680 Elm

📋 copy color: '#258680'

red 37 ◦ green 134 ◦ blue 128

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

Shades of Elm #258680

Tints of Elm #258680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.82%

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

R = 12.37%
G = 44.82%
B = 42.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#258680 (or 0x258680) is known color: Elm. HEX triplet: 25, 86 and 80. RGB value is (37,134,128). Sum of RGB (Red+Green+Blue) = 37+134+128=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #258680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258680 is #DA797F. Grayscale: #686868. Windows color (decimal): -14317952 or 8422949. OLE color: 8422949.

HSL color Cylindrical-coordinate representation of color #258680: hue angle of 176.29º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258680 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 134 128 -
CMYK 0.72 0 0.04 0.47
HSL 176.29º 0.57% 0.34% -
HSV(B) 176.29º 0.72% 0.53% -
XYZ 13.18 19 23.39 -
YUV 104.31 141.36 79.99 -
System Red Green Blue C M Y K H S L
Decimal 37 134 128 0.72 0 0.04 0.47 176.29 0.57 0.34
Hex 25 86 80 48 0 4 2F B0 39 22
Octal 45 206 200 110 0 4 57 260 71 42
Binary 100101 10000110 10000000 1001000 0 100 101111 10110000 111001 100010

Color Harmonies of #258680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258680

Black with #258680

Text Example


Text Example

White with #258680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258680; }

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

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

background-color css

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

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

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

border-color css

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

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

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