#25957F

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

Shades of Gossamer #25957F

Tints of Gossamer #25957F

Color information

#25957F (or 0x25957F) is unknown color: approx Gossamer. HEX triplet: 25, 95 and 7F. RGB value is (37,149,127). Sum of RGB (Red+Green+Blue) = 37+149+127=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #25957F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25957F is #DA6A80. Grayscale: #707070. Windows color (decimal): -14314113 or 8361253. OLE color: 8361253.

HSL color Cylindrical-coordinate representation of color #25957F: hue angle of 168.21º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25957F is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB37149127-
CMYK0.7500.150.42
HSL168.21º60.22%36.47%-
HSV(B)168.21º75.17%58.43%-
XYZ15.3423.4223.79-
YUV113135.8973.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.82%
GREEN value IS 149 (58.59% from 255) = 47.60%
BLUE value IS 127 (50% from 255) = 40.58%
R=11.82%
G=47.60%
B=40.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal371491270.7500.150.42168.2160.2236.47
Hex25957F4B0F2Aa83c24
Octal45225177113017522507444
Binary10010110010101111111110010110111110101010101000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25957F; }

 p { color: rgb(37,149,127); }

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

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

 a { background-color: rgb(37,149,127); }

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

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

 span { border-color: rgb(37,149,127); }

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