Html Css Color HEX #429D8F Gossamer

📋 copy color: '#429D8F'

red 66 ◦ green 157 ◦ blue 143

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

Shades of Gossamer #429D8F

Tints of Gossamer #429D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.07%

R = 18.03%
G = 42.9%
B = 39.07%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#429D8F (or 0x429D8F) is known color: Gossamer. HEX triplet: 42, 9D and 8F. RGB value is (66,157,143). Sum of RGB (Red+Green+Blue) = 66+157+143=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 157 - color contains mainly: green. Hex color #429D8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429D8F is #BD6270. Grayscale: #808080. Windows color (decimal): -12411505 or 9411906. OLE color: 9411906.

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

Color convert

RGB 66 157 143 -
CMYK 0.58 0 0.09 0.38
HSL 170.77º 0.41% 0.44% -
HSV(B) 170.77º 0.58% 0.62% -
XYZ 19.26 27.26 30.23 -
YUV 128.2 136.35 83.64 -
System Red Green Blue C M Y K H S L
Decimal 66 157 143 0.58 0 0.09 0.38 170.77 0.41 0.44
Hex 42 9D 8F 3A 0 9 26 AB 29 2C
Octal 102 235 217 72 0 11 46 253 51 54
Binary 1000010 10011101 10001111 111010 0 1001 100110 10101011 101001 101100

Color Harmonies of #429D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429D8F

Black with #429D8F

Text Example


Text Example

White with #429D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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