#259281

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

Shades of Gossamer #259281

Tints of Gossamer #259281

Color information

#259281 (or 0x259281) is unknown color: approx Gossamer. HEX triplet: 25, 92 and 81. RGB value is (37,146,129). Sum of RGB (Red+Green+Blue) = 37+146+129=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #259281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259281 is #DA6D7E. Grayscale: #6F6F6F. Windows color (decimal): -14314879 or 8491557. OLE color: 8491557.

HSL color Cylindrical-coordinate representation of color #259281: hue angle of 170.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259281 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB37146129-
CMYK0.7500.120.43
HSL170.64º59.56%35.88%-
HSV(B)170.64º74.66%57.25%-
XYZ1522.5424.33-
YUV111.47137.8974.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.86%
GREEN value IS 146 (57.42% from 255) = 46.79%
BLUE value IS 129 (50.78% from 255) = 41.35%
R=11.86%
G=46.79%
B=41.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371461290.7500.120.43170.6459.5635.88
Hex2592814B0C2Bab3c24
Octal45222201113014532537444
Binary100101100100101000000110010110110010101110101011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259281; }

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

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

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

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

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

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

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

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