Html Css Color HEX #299983 Gossamer

📋 copy color: '#299983'

red 41 ◦ green 153 ◦ blue 131

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

Shades of Gossamer #299983

Tints of Gossamer #299983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.31%

R = 12.62%
G = 47.08%
B = 40.31%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#299983 (or 0x299983) is known color: Gossamer. HEX triplet: 29, 99 and 83. RGB value is (41,153,131). Sum of RGB (Red+Green+Blue) = 41+153+131=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #299983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299983 is #D6667C. Grayscale: #747474. Windows color (decimal): -14050941 or 8624425. OLE color: 8624425.

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

Color convert

RGB 41 153 131 -
CMYK 0.73 0 0.14 0.4
HSL 168.21º 0.58% 0.38% -
HSV(B) 168.21º 0.73% 0.6% -
XYZ 16.4 24.89 25.41 -
YUV 117 135.89 73.79 -
System Red Green Blue C M Y K H S L
Decimal 41 153 131 0.73 0 0.14 0.4 168.21 0.58 0.38
Hex 29 99 83 49 0 E 28 A8 3A 26
Octal 51 231 203 111 0 16 50 250 72 46
Binary 101001 10011001 10000011 1001001 0 1110 101000 10101000 111010 100110

Color Harmonies of #299983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299983

Black with #299983

Text Example


Text Example

White with #299983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299983; }

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

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

background-color css

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

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

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

border-color css

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

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

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