Html Css Color HEX #429C8C Gossamer

📋 copy color: '#429C8C'

red 66 ◦ green 156 ◦ blue 140

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

Shades of Gossamer #429C8C

Tints of Gossamer #429C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 18.23%
G = 43.09%
B = 38.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#429C8C (or 0x429C8C) is known color: Gossamer. HEX triplet: 42, 9C and 8C. RGB value is (66,156,140). Sum of RGB (Red+Green+Blue) = 66+156+140=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #429C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429C8C is #BD6373. Grayscale: #7F7F7F. Windows color (decimal): -12411764 or 9215042. OLE color: 9215042.

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

Color convert

RGB 66 156 140 -
CMYK 0.58 0 0.10 0.39
HSL 169.33º 0.41% 0.44% -
HSV(B) 169.33º 0.58% 0.61% -
XYZ 18.87 26.83 28.99 -
YUV 127.27 135.18 84.3 -
System Red Green Blue C M Y K H S L
Decimal 66 156 140 0.58 0 0.10 0.39 169.33 0.41 0.44
Hex 42 9C 8C 3A 0 A 27 A9 29 2C
Octal 102 234 214 72 0 12 47 251 51 54
Binary 1000010 10011100 10001100 111010 0 1010 100111 10101001 101001 101100

Color Harmonies of #429C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429C8C

Black with #429C8C

Text Example


Text Example

White with #429C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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