Html Css Color HEX #429C90 Gossamer

📋 copy color: '#429C90'

red 66 ◦ green 156 ◦ blue 144

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

Shades of Gossamer #429C90

Tints of Gossamer #429C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.34%

R = 18.03%
G = 42.62%
B = 39.34%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#429C90 (or 0x429C90) is known color: Gossamer. HEX triplet: 42, 9C and 90. RGB value is (66,156,144). Sum of RGB (Red+Green+Blue) = 66+156+144=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 156 - color contains mainly: green. Hex color #429C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429C90 is #BD636F. Grayscale: #7F7F7F. Windows color (decimal): -12411760 or 9477186. OLE color: 9477186.

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

Color convert

RGB 66 156 144 -
CMYK 0.58 0 0.08 0.39
HSL 172º 0.41% 0.44% -
HSV(B) 172º 0.58% 0.61% -
XYZ 19.17 26.95 30.58 -
YUV 127.72 137.18 83.98 -
System Red Green Blue C M Y K H S L
Decimal 66 156 144 0.58 0 0.08 0.39 172 0.41 0.44
Hex 42 9C 90 3A 0 8 27 AC 29 2C
Octal 102 234 220 72 0 10 47 254 51 54
Binary 1000010 10011100 10010000 111010 0 1000 100111 10101100 101001 101100

Color Harmonies of #429C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429C90

Black with #429C90

Text Example


Text Example

White with #429C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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