Html Css Color HEX #429F84 Gossamer

📋 copy color: '#429F84'

red 66 ◦ green 159 ◦ blue 132

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

Shades of Gossamer #429F84

Tints of Gossamer #429F84

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.54%

 BLUE value IS 132 (51.95% from 255) = 36.97%

R = 18.49%
G = 44.54%
B = 36.97%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#429F84 (or 0x429F84) is known color: Gossamer. HEX triplet: 42, 9F and 84. RGB value is (66,159,132). Sum of RGB (Red+Green+Blue) = 66+159+132=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 159 - color contains mainly: green. Hex color #429F84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429F84 is #BD607B. Grayscale: #808080. Windows color (decimal): -12411004 or 8691522. OLE color: 8691522.

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

Color convert

RGB 66 159 132 -
CMYK 0.58 0 0.17 0.38
HSL 162.58º 0.41% 0.44% -
HSV(B) 162.58º 0.58% 0.62% -
XYZ 18.81 27.62 26.17 -
YUV 128.12 130.19 83.7 -
System Red Green Blue C M Y K H S L
Decimal 66 159 132 0.58 0 0.17 0.38 162.58 0.41 0.44
Hex 42 9F 84 3A 0 11 26 A3 29 2C
Octal 102 237 204 72 0 21 46 243 51 54
Binary 1000010 10011111 10000100 111010 0 10001 100110 10100011 101001 101100

Color Harmonies of #429F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429F84

Black with #429F84

Text Example


Text Example

White with #429F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,159,132); }

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

background-color css

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

 a { background-color: rgb(66,159,132); }

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

border-color css

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

 span { border-color: rgb(66,159,132); }

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