Html Css Color HEX #429B7F Gossamer

📋 copy color: '#429B7F'

red 66 ◦ green 155 ◦ blue 127

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

Shades of Gossamer #429B7F

Tints of Gossamer #429B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.54%

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

R = 18.97%
G = 44.54%
B = 36.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#429B7F (or 0x429B7F) is known color: Gossamer. HEX triplet: 42, 9B and 7F. RGB value is (66,155,127). Sum of RGB (Red+Green+Blue) = 66+155+127=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 155 - color contains mainly: green. Hex color #429B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429B7F is #BD6480. Grayscale: #7D7D7D. Windows color (decimal): -12412033 or 8362818. OLE color: 8362818.

HSL color Cylindrical-coordinate representation of color #429B7F: hue angle of 161.12º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429B7F is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 155 127 -
CMYK 0.57 0 0.18 0.39
HSL 161.12º 0.4% 0.43% -
HSV(B) 161.12º 0.57% 0.61% -
XYZ 17.8 26.13 24.18 -
YUV 125.2 129.01 85.78 -
System Red Green Blue C M Y K H S L
Decimal 66 155 127 0.57 0 0.18 0.39 161.12 0.4 0.43
Hex 42 9B 7F 39 0 12 27 A1 28 2B
Octal 102 233 177 71 0 22 47 241 50 53
Binary 1000010 10011011 1111111 111001 0 10010 100111 10100001 101000 101011

Color Harmonies of #429B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429B7F

Black with #429B7F

Text Example


Text Example

White with #429B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,155,127); }

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

background-color css

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

 a { background-color: rgb(66,155,127); }

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

border-color css

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

 span { border-color: rgb(66,155,127); }

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