Html Css Color HEX #299A7D Gossamer

📋 copy color: '#299A7D'

red 41 ◦ green 154 ◦ blue 125

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

Shades of Gossamer #299A7D

Tints of Gossamer #299A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 12.81%
G = 48.13%
B = 39.06%

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

#299A7D (or 0x299A7D) is known color: Gossamer. HEX triplet: 29, 9A and 7D. RGB value is (41,154,125). Sum of RGB (Red+Green+Blue) = 41+154+125=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 154 - color contains mainly: green. Hex color #299A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299A7D is #D66582. Grayscale: #747474. Windows color (decimal): -14050691 or 8231465. OLE color: 8231465.

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

Color convert

RGB 41 154 125 -
CMYK 0.73 0 0.19 0.40
HSL 164.6º 0.58% 0.38% -
HSV(B) 164.6º 0.73% 0.6% -
XYZ 16.17 25.06 23.39 -
YUV 116.91 132.56 73.86 -
System Red Green Blue C M Y K H S L
Decimal 41 154 125 0.73 0 0.19 0.40 164.6 0.58 0.38
Hex 29 9A 7D 49 0 13 28 A5 3A 26
Octal 51 232 175 111 0 23 50 245 72 46
Binary 101001 10011010 1111101 1001001 0 10011 101000 10100101 111010 100110

Color Harmonies of #299A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299A7D

Black with #299A7D

Text Example


Text Example

White with #299A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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