#2A987B

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

Shades of Gossamer #2A987B

Tints of Gossamer #2A987B

Color information

#2A987B (or 0x2A987B) is unknown color: approx Gossamer. HEX triplet: 2A, 98 and 7B. RGB value is (42,152,123). Sum of RGB (Red+Green+Blue) = 42+152+123=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #2A987B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A987B is #D56784. Grayscale: #737373. Windows color (decimal): -13985669 or 8099882. OLE color: 8099882.

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

Color convert

RGB42152123-
CMYK0.7200.190.40
HSL164.18º56.7%38.04%-
HSV(B)164.18º72.37%59.61%-
XYZ15.7624.3822.61-
YUV115.8132.0675.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.25%
GREEN value IS 152 (59.77% from 255) = 47.95%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=13.25%
G=47.95%
B=38.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal421521230.7200.190.40164.1856.738.04
Hex2A987B4801328a43926
Octal52230173110023502447146
Binary101010100110001111011100100001001110100010100100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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