Html Css Color HEX #299980 Gossamer

📋 copy color: '#299980'

red 41 ◦ green 153 ◦ blue 128

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

Shades of Gossamer #299980

Tints of Gossamer #299980

RGB

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

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

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

R = 12.73%
G = 47.52%
B = 39.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#299980 (or 0x299980) is known color: Gossamer. HEX triplet: 29, 99 and 80. RGB value is (41,153,128). Sum of RGB (Red+Green+Blue) = 41+153+128=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #299980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299980 is #D6667F. Grayscale: #747474. Windows color (decimal): -14050944 or 8427817. OLE color: 8427817.

HSL color Cylindrical-coordinate representation of color #299980: hue angle of 166.61º 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 #299980 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 153 128 -
CMYK 0.73 0 0.16 0.4
HSL 166.61º 0.58% 0.38% -
HSV(B) 166.61º 0.73% 0.6% -
XYZ 16.2 24.81 24.36 -
YUV 116.66 134.39 74.03 -
System Red Green Blue C M Y K H S L
Decimal 41 153 128 0.73 0 0.16 0.4 166.61 0.58 0.38
Hex 29 99 80 49 0 10 28 A7 3A 26
Octal 51 231 200 111 0 20 50 247 72 46
Binary 101001 10011001 10000000 1001001 0 10000 101000 10100111 111010 100110

Color Harmonies of #299980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299980

Black with #299980

Text Example


Text Example

White with #299980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299980; }

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

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

background-color css

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

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

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

border-color css

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

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

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