#2A997B

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

Shades of Gossamer #2A997B

Tints of Gossamer #2A997B

Color information

#2A997B (or 0x2A997B) is unknown color: approx Gossamer. HEX triplet: 2A, 99 and 7B. RGB value is (42,153,123). Sum of RGB (Red+Green+Blue) = 42+153+123=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #2A997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A997B is #D56684. Grayscale: #747474. Windows color (decimal): -13985413 or 8100138. OLE color: 8100138.

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

Color convert

RGB42153123-
CMYK0.7300.200.4
HSL163.78º56.92%38.24%-
HSV(B)163.78º72.55%60%-
XYZ15.9224.722.67-
YUV116.39131.7374.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.21%
GREEN value IS 153 (60.16% from 255) = 48.11%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=13.21%
G=48.11%
B=38.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal421531230.7300.200.4163.7856.9238.24
Hex2A997B4901428a43926
Octal52231173111024502447146
Binary101010100110011111011100100101010010100010100100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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