Html Css Color HEX #429D7B Gossamer

📋 copy color: '#429D7B'

red 66 ◦ green 157 ◦ blue 123

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

Shades of Gossamer #429D7B

Tints of Gossamer #429D7B

RGB

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

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

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

R = 19.08%
G = 45.38%
B = 35.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#429D7B (or 0x429D7B) is known color: Gossamer. HEX triplet: 42, 9D and 7B. RGB value is (66,157,123). Sum of RGB (Red+Green+Blue) = 66+157+123=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 157 - color contains mainly: green. Hex color #429D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429D7B is #BD6284. Grayscale: #7D7D7D. Windows color (decimal): -12411525 or 8101186. OLE color: 8101186.

HSL color Cylindrical-coordinate representation of color #429D7B: hue angle of 157.58º 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 #429D7B is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 157 123 -
CMYK 0.58 0 0.22 0.38
HSL 157.58º 0.41% 0.44% -
HSV(B) 157.58º 0.58% 0.62% -
XYZ 17.88 26.7 22.95 -
YUV 125.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 66 157 123 0.58 0 0.22 0.38 157.58 0.41 0.44
Hex 42 9D 7B 3A 0 16 26 9E 29 2C
Octal 102 235 173 72 0 26 46 236 51 54
Binary 1000010 10011101 1111011 111010 0 10110 100110 10011110 101001 101100

Color Harmonies of #429D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429D7B

Black with #429D7B

Text Example


Text Example

White with #429D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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