Html Css Color HEX #28997E Gossamer

📋 copy color: '#28997E'

red 40 ◦ green 153 ◦ blue 126

#28997E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #28997E

Tints of Gossamer #28997E

RGB

 RED value IS 40 (16.02% from 255) = 12.54%

 GREEN value IS 153 (60.16% from 255) = 47.96%

 BLUE value IS 126 (49.61% from 255) = 39.5%

R = 12.54%
G = 47.96%
B = 39.5%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#28997E (or 0x28997E) is known color: Gossamer. HEX triplet: 28, 99 and 7E. RGB value is (40,153,126). Sum of RGB (Red+Green+Blue) = 40+153+126=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #28997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28997E is #D76681. Grayscale: #747474. Windows color (decimal): -14116482 or 8296744. OLE color: 8296744.

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

Color convert

RGB 40 153 126 -
CMYK 0.74 0 0.18 0.4
HSL 165.66º 0.59% 0.38% -
HSV(B) 165.66º 0.74% 0.6% -
XYZ 16.03 24.74 23.67 -
YUV 116.14 133.56 73.7 -
System Red Green Blue C M Y K H S L
Decimal 40 153 126 0.74 0 0.18 0.4 165.66 0.59 0.38
Hex 28 99 7E 4A 0 12 28 A6 3B 26
Octal 50 231 176 112 0 22 50 246 73 46
Binary 101000 10011001 1111110 1001010 0 10010 101000 10100110 111011 100110

Color Harmonies of #28997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28997E

Black with #28997E

Text Example


Text Example

White with #28997E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28997E;
 }
 .AnyTagClassName
 {
   color: #28997E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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