Html Css Color HEX #429C8E Gossamer

📋 copy color: '#429C8E'

red 66 ◦ green 156 ◦ blue 142

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

Shades of Gossamer #429C8E

Tints of Gossamer #429C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.01%

R = 18.13%
G = 42.86%
B = 39.01%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#429C8E (or 0x429C8E) is known color: Gossamer. HEX triplet: 42, 9C and 8E. RGB value is (66,156,142). Sum of RGB (Red+Green+Blue) = 66+156+142=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #429C8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429C8E is #BD6371. Grayscale: #7F7F7F. Windows color (decimal): -12411762 or 9346114. OLE color: 9346114.

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

Color convert

RGB 66 156 142 -
CMYK 0.58 0 0.09 0.39
HSL 170.67º 0.41% 0.44% -
HSV(B) 170.67º 0.58% 0.61% -
XYZ 19.02 26.89 29.78 -
YUV 127.49 136.18 84.14 -
System Red Green Blue C M Y K H S L
Decimal 66 156 142 0.58 0 0.09 0.39 170.67 0.41 0.44
Hex 42 9C 8E 3A 0 9 27 AB 29 2C
Octal 102 234 216 72 0 11 47 253 51 54
Binary 1000010 10011100 10001110 111010 0 1001 100111 10101011 101001 101100

Color Harmonies of #429C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429C8E

Black with #429C8E

Text Example


Text Example

White with #429C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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