Html Css Color HEX #299A7F Gossamer

📋 copy color: '#299A7F'

red 41 ◦ green 154 ◦ blue 127

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

Shades of Gossamer #299A7F

Tints of Gossamer #299A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.44%

R = 12.73%
G = 47.83%
B = 39.44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#299A7F (or 0x299A7F) is known color: Gossamer. HEX triplet: 29, 9A and 7F. RGB value is (41,154,127). Sum of RGB (Red+Green+Blue) = 41+154+127=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 154 - color contains mainly: green. Hex color #299A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299A7F is #D66580. Grayscale: #757575. Windows color (decimal): -14050689 or 8362537. OLE color: 8362537.

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

Color convert

RGB 41 154 127 -
CMYK 0.73 0 0.18 0.40
HSL 165.66º 0.58% 0.38% -
HSV(B) 165.66º 0.73% 0.6% -
XYZ 16.3 25.11 24.07 -
YUV 117.14 133.56 73.7 -
System Red Green Blue C M Y K H S L
Decimal 41 154 127 0.73 0 0.18 0.40 165.66 0.58 0.38
Hex 29 9A 7F 49 0 12 28 A6 3A 26
Octal 51 232 177 111 0 22 50 246 72 46
Binary 101001 10011010 1111111 1001001 0 10010 101000 10100110 111010 100110

Color Harmonies of #299A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299A7F

Black with #299A7F

Text Example


Text Example

White with #299A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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