Html Css Color HEX #29987B Gossamer

📋 copy color: '#29987B'

red 41 ◦ green 152 ◦ blue 123

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

Shades of Gossamer #29987B

Tints of Gossamer #29987B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.1%

 BLUE value IS 123 (48.44% from 255) = 38.92%

R = 12.97%
G = 48.1%
B = 38.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#29987B (or 0x29987B) is known color: Gossamer. HEX triplet: 29, 98 and 7B. RGB value is (41,152,123). Sum of RGB (Red+Green+Blue) = 41+152+123=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #29987B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29987B is #D66784. Grayscale: #737373. Windows color (decimal): -14051205 or 8099881. OLE color: 8099881.

HSL color Cylindrical-coordinate representation of color #29987B: hue angle of 164.32º 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 #29987B is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 152 123 -
CMYK 0.73 0 0.19 0.40
HSL 164.32º 0.58% 0.38% -
HSV(B) 164.32º 0.73% 0.6% -
XYZ 15.72 24.36 22.61 -
YUV 115.51 132.23 74.86 -
System Red Green Blue C M Y K H S L
Decimal 41 152 123 0.73 0 0.19 0.40 164.32 0.58 0.38
Hex 29 98 7B 49 0 13 28 A4 3A 26
Octal 51 230 173 111 0 23 50 244 72 46
Binary 101001 10011000 1111011 1001001 0 10011 101000 10100100 111010 100110

Color Harmonies of #29987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29987B

Black with #29987B

Text Example


Text Example

White with #29987B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,152,123); }

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

background-color css

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

 a { background-color: rgb(41,152,123); }

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

border-color css

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

 span { border-color: rgb(41,152,123); }

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