Html Css Color HEX #299A80 Gossamer

📋 copy color: '#299A80'

red 41 ◦ green 154 ◦ blue 128

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

Shades of Gossamer #299A80

Tints of Gossamer #299A80

RGB

 RED value IS 41 (16.41% from 255) = 12.69%

 GREEN value IS 154 (60.55% from 255) = 47.68%

 BLUE value IS 128 (50.39% from 255) = 39.63%

R = 12.69%
G = 47.68%
B = 39.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#299A80 (or 0x299A80) is known color: Gossamer. HEX triplet: 29, 9A and 80. RGB value is (41,154,128). Sum of RGB (Red+Green+Blue) = 41+154+128=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 154 (60.55% from 255 or 47.68% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 154 - color contains mainly: green. Hex color #299A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299A80 is #D6657F. Grayscale: #757575. Windows color (decimal): -14050688 or 8428073. OLE color: 8428073.

HSL color Cylindrical-coordinate representation of color #299A80: hue angle of 166.19º degrees, saturation: 0.58, 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 #299A80 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 154 128 -
CMYK 0.73 0 0.17 0.40
HSL 166.19º 0.58% 0.38% -
HSV(B) 166.19º 0.73% 0.6% -
XYZ 16.37 25.14 24.41 -
YUV 117.25 134.06 73.61 -
System Red Green Blue C M Y K H S L
Decimal 41 154 128 0.73 0 0.17 0.40 166.19 0.58 0.38
Hex 29 9A 80 49 0 11 28 A6 3A 26
Octal 51 232 200 111 0 21 50 246 72 46
Binary 101001 10011010 10000000 1001001 0 10001 101000 10100110 111010 100110

Color Harmonies of #299A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299A80

Black with #299A80

Text Example


Text Example

White with #299A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299A80; }

 p { color: rgb(41,154,128); }

 H1.HeaderClassName
 {
   color: #299A80;
 }
 .AnyTagClassName
 {
   color: #299A80;
 }
</style>

background-color css

<style>
 a { background-color: #299A80; }

 a { background-color: rgb(41,154,128); }

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

border-color css

<style>
 span { border-color: #299A80; }

 span { border-color: rgb(41,154,128); }

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