#2A987E

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

Shades of Gossamer #2A987E

Tints of Gossamer #2A987E

Color information

#2A987E (or 0x2A987E) is unknown color: approx Gossamer. HEX triplet: 2A, 98 and 7E. RGB value is (42,152,126). Sum of RGB (Red+Green+Blue) = 42+152+126=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #2A987E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A987E is #D56781. Grayscale: #747474. Windows color (decimal): -13985666 or 8296490. OLE color: 8296490.

HSL color Cylindrical-coordinate representation of color #2A987E: hue angle of 165.82º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A987E is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB42152126-
CMYK0.7200.170.40
HSL165.82º56.7%38.04%-
HSV(B)165.82º72.37%59.61%-
XYZ15.9524.4623.62-
YUV116.15133.5675.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.12%
GREEN value IS 152 (59.77% from 255) = 47.5%
BLUE value IS 126 (49.61% from 255) = 39.38%
R=13.12%
G=47.5%
B=39.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal421521260.7200.170.40165.8256.738.04
Hex2A987E4801128a63926
Octal52230176110021502467146
Binary101010100110001111110100100001000110100010100110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A987E; }

 p { color: rgb(42,152,126); }

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

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

 a { background-color: rgb(42,152,126); }

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

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

 span { border-color: rgb(42,152,126); }

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