#2A987D

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

Shades of Gossamer #2A987D

Tints of Gossamer #2A987D

Color information

#2A987D (or 0x2A987D) is unknown color: approx Gossamer. HEX triplet: 2A, 98 and 7D. RGB value is (42,152,125). Sum of RGB (Red+Green+Blue) = 42+152+125=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #2A987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A987D is #D56782. Grayscale: #747474. Windows color (decimal): -13985667 or 8230954. OLE color: 8230954.

HSL color Cylindrical-coordinate representation of color #2A987D: hue angle of 165.27º 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 #2A987D is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB42152125-
CMYK0.7200.180.40
HSL165.27º56.7%38.04%-
HSV(B)165.27º72.37%59.61%-
XYZ15.8824.4323.28-
YUV116.03133.0675.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.17%
GREEN value IS 152 (59.77% from 255) = 47.65%
BLUE value IS 125 (49.22% from 255) = 39.18%
R=13.17%
G=47.65%
B=39.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal421521250.7200.180.40165.2756.738.04
Hex2A987D4801228a53926
Octal52230175110022502457146
Binary101010100110001111101100100001001010100010100101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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