Html Css Color HEX #429C82 Gossamer

📋 copy color: '#429C82'

red 66 ◦ green 156 ◦ blue 130

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

Shades of Gossamer #429C82

Tints of Gossamer #429C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.93%

R = 18.75%
G = 44.32%
B = 36.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#429C82 (or 0x429C82) is known color: Gossamer. HEX triplet: 42, 9C and 82. RGB value is (66,156,130). Sum of RGB (Red+Green+Blue) = 66+156+130=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 156 - color contains mainly: green. Hex color #429C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429C82 is #BD637D. Grayscale: #7E7E7E. Windows color (decimal): -12411774 or 8559682. OLE color: 8559682.

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

Color convert

RGB 66 156 130 -
CMYK 0.58 0 0.17 0.39
HSL 162.67º 0.41% 0.44% -
HSV(B) 162.67º 0.58% 0.61% -
XYZ 18.16 26.55 25.29 -
YUV 126.13 130.18 85.11 -
System Red Green Blue C M Y K H S L
Decimal 66 156 130 0.58 0 0.17 0.39 162.67 0.41 0.44
Hex 42 9C 82 3A 0 11 27 A3 29 2C
Octal 102 234 202 72 0 21 47 243 51 54
Binary 1000010 10011100 10000010 111010 0 10001 100111 10100011 101001 101100

Color Harmonies of #429C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429C82

Black with #429C82

Text Example


Text Example

White with #429C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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