Html Css Color HEX #259080 Elm

📋 copy color: '#259080'

red 37 ◦ green 144 ◦ blue 128

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

Shades of Elm #259080

Tints of Elm #259080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.6%

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

R = 11.97%
G = 46.6%
B = 41.42%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#259080 (or 0x259080) is known color: Elm. HEX triplet: 25, 90 and 80. RGB value is (37,144,128). Sum of RGB (Red+Green+Blue) = 37+144+128=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #259080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259080 is #DA6F7F. Grayscale: #6E6E6E. Windows color (decimal): -14315392 or 8425509. OLE color: 8425509.

HSL color Cylindrical-coordinate representation of color #259080: hue angle of 171.03º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #259080 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 144 128 -
CMYK 0.74 0 0.11 0.44
HSL 171.03º 0.59% 0.35% -
HSV(B) 171.03º 0.74% 0.56% -
XYZ 14.63 21.9 23.88 -
YUV 110.18 138.05 75.8 -
System Red Green Blue C M Y K H S L
Decimal 37 144 128 0.74 0 0.11 0.44 171.03 0.59 0.35
Hex 25 90 80 4A 0 B 2C AB 3B 23
Octal 45 220 200 112 0 13 54 253 73 43
Binary 100101 10010000 10000000 1001010 0 1011 101100 10101011 111011 100011

Color Harmonies of #259080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259080

Black with #259080

Text Example


Text Example

White with #259080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259080; }

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

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

background-color css

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

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

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

border-color css

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

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

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