Html Css Color HEX #429C87 Gossamer

📋 copy color: '#429C87'

red 66 ◦ green 156 ◦ blue 135

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

Shades of Gossamer #429C87

Tints of Gossamer #429C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.82%

R = 18.49%
G = 43.7%
B = 37.82%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#429C87 (or 0x429C87) is known color: Gossamer. HEX triplet: 42, 9C and 87. RGB value is (66,156,135). Sum of RGB (Red+Green+Blue) = 66+156+135=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 156 - color contains mainly: green. Hex color #429C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429C87 is #BD6378. Grayscale: #7E7E7E. Windows color (decimal): -12411769 or 8887362. OLE color: 8887362.

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

Color convert

RGB 66 156 135 -
CMYK 0.58 0 0.13 0.39
HSL 166º 0.41% 0.44% -
HSV(B) 166º 0.58% 0.61% -
XYZ 18.51 26.68 27.1 -
YUV 126.7 132.68 84.71 -
System Red Green Blue C M Y K H S L
Decimal 66 156 135 0.58 0 0.13 0.39 166 0.41 0.44
Hex 42 9C 87 3A 0 D 27 A6 29 2C
Octal 102 234 207 72 0 15 47 246 51 54
Binary 1000010 10011100 10000111 111010 0 1101 100111 10100110 101001 101100

Color Harmonies of #429C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429C87

Black with #429C87

Text Example


Text Example

White with #429C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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