#28997C

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

Shades of Gossamer #28997C

Tints of Gossamer #28997C

Color information

#28997C (or 0x28997C) is unknown color: approx Gossamer. HEX triplet: 28, 99 and 7C. RGB value is (40,153,124). Sum of RGB (Red+Green+Blue) = 40+153+124=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #28997C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28997C is #D76683. Grayscale: #737373. Windows color (decimal): -14116484 or 8165672. OLE color: 8165672.

HSL color Cylindrical-coordinate representation of color #28997C: hue angle of 164.6º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28997C is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB40153124-
CMYK0.7400.190.4
HSL164.6º58.55%37.84%-
HSV(B)164.6º73.86%60%-
XYZ15.924.6923-
YUV115.91132.5673.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.62%
GREEN value IS 153 (60.16% from 255) = 48.26%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=12.62%
G=48.26%
B=39.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal401531240.7400.190.4164.658.5537.84
Hex28997C4A01328a53b26
Octal50231174112023502457346
Binary101000100110011111100100101001001110100010100101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28997C; }

 p { color: rgb(40,153,124); }

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

<style>
 a { background-color: #28997C; }

 a { background-color: rgb(40,153,124); }

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

<style>
 span { border-color: #28997C; }

 span { border-color: rgb(40,153,124); }

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