Html Css Color HEX #429C8F Gossamer

📋 copy color: '#429C8F'

red 66 ◦ green 156 ◦ blue 143

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

Shades of Gossamer #429C8F

Tints of Gossamer #429C8F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.74%

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

R = 18.08%
G = 42.74%
B = 39.18%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#429C8F (or 0x429C8F) is known color: Gossamer. HEX triplet: 42, 9C and 8F. RGB value is (66,156,143). Sum of RGB (Red+Green+Blue) = 66+156+143=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 156 - color contains mainly: green. Hex color #429C8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429C8F is #BD6370. Grayscale: #7F7F7F. Windows color (decimal): -12411761 or 9411650. OLE color: 9411650.

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

Color convert

RGB 66 156 143 -
CMYK 0.58 0 0.08 0.39
HSL 171.33º 0.41% 0.44% -
HSV(B) 171.33º 0.58% 0.61% -
XYZ 19.09 26.92 30.18 -
YUV 127.61 136.68 84.06 -
System Red Green Blue C M Y K H S L
Decimal 66 156 143 0.58 0 0.08 0.39 171.33 0.41 0.44
Hex 42 9C 8F 3A 0 8 27 AB 29 2C
Octal 102 234 217 72 0 10 47 253 51 54
Binary 1000010 10011100 10001111 111010 0 1000 100111 10101011 101001 101100

Color Harmonies of #429C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429C8F

Black with #429C8F

Text Example


Text Example

White with #429C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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