Html Css Color HEX #429D8D Gossamer

📋 copy color: '#429D8D'

red 66 ◦ green 157 ◦ blue 141

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

Shades of Gossamer #429D8D

Tints of Gossamer #429D8D

RGB

 RED value IS 66 (26.17% from 255) = 18.13%

 GREEN value IS 157 (61.72% from 255) = 43.13%

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 18.13%
G = 43.13%
B = 38.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#429D8D (or 0x429D8D) is known color: Gossamer. HEX triplet: 42, 9D and 8D. RGB value is (66,157,141). Sum of RGB (Red+Green+Blue) = 66+157+141=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 157 - color contains mainly: green. Hex color #429D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429D8D is #BD6272. Grayscale: #7F7F7F. Windows color (decimal): -12411507 or 9280834. OLE color: 9280834.

HSL color Cylindrical-coordinate representation of color #429D8D: hue angle of 169.45º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429D8D is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 157 141 -
CMYK 0.58 0 0.10 0.38
HSL 169.45º 0.41% 0.44% -
HSV(B) 169.45º 0.58% 0.62% -
XYZ 19.11 27.2 29.44 -
YUV 127.97 135.35 83.8 -
System Red Green Blue C M Y K H S L
Decimal 66 157 141 0.58 0 0.10 0.38 169.45 0.41 0.44
Hex 42 9D 8D 3A 0 A 26 A9 29 2C
Octal 102 235 215 72 0 12 46 251 51 54
Binary 1000010 10011101 10001101 111010 0 1010 100110 10101001 101001 101100

Color Harmonies of #429D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429D8D

Black with #429D8D

Text Example


Text Example

White with #429D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429D8D; }

 p { color: rgb(66,157,141); }

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

background-color css

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

 a { background-color: rgb(66,157,141); }

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

border-color css

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

 span { border-color: rgb(66,157,141); }

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