#28997B

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

Shades of Gossamer #28997B

Tints of Gossamer #28997B

Color information

#28997B (or 0x28997B) is unknown color: approx Gossamer. HEX triplet: 28, 99 and 7B. RGB value is (40,153,123). Sum of RGB (Red+Green+Blue) = 40+153+123=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #28997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28997B is #D76684. Grayscale: #737373. Windows color (decimal): -14116485 or 8100136. OLE color: 8100136.

HSL color Cylindrical-coordinate representation of color #28997B: hue angle of 164.07º 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 #28997B is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB40153123-
CMYK0.7400.200.4
HSL164.07º58.55%37.84%-
HSV(B)164.07º73.86%60%-
XYZ15.8424.6622.66-
YUV115.79132.0673.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.66%
GREEN value IS 153 (60.16% from 255) = 48.42%
BLUE value IS 123 (48.44% from 255) = 38.92%
R=12.66%
G=48.42%
B=38.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal401531230.7400.200.4164.0758.5537.84
Hex28997B4A01428a43b26
Octal50231173112024502447346
Binary101000100110011111011100101001010010100010100100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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