Html Css Color HEX #429880 Gossamer

📋 copy color: '#429880'

red 66 ◦ green 152 ◦ blue 128

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

Shades of Gossamer #429880

Tints of Gossamer #429880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.93%

 BLUE value IS 128 (50.39% from 255) = 36.99%

R = 19.08%
G = 43.93%
B = 36.99%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#429880 (or 0x429880) is known color: Gossamer. HEX triplet: 42, 98 and 80. RGB value is (66,152,128). Sum of RGB (Red+Green+Blue) = 66+152+128=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #429880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429880 is #BD677F. Grayscale: #7B7B7B. Windows color (decimal): -12412800 or 8427586. OLE color: 8427586.

HSL color Cylindrical-coordinate representation of color #429880: hue angle of 163.26º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429880 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 152 128 -
CMYK 0.57 0 0.16 0.40
HSL 163.26º 0.39% 0.43% -
HSV(B) 163.26º 0.57% 0.6% -
XYZ 17.37 25.17 24.37 -
YUV 123.55 130.51 86.95 -
System Red Green Blue C M Y K H S L
Decimal 66 152 128 0.57 0 0.16 0.40 163.26 0.39 0.43
Hex 42 98 80 39 0 10 28 A3 27 2B
Octal 102 230 200 71 0 20 50 243 47 53
Binary 1000010 10011000 10000000 111001 0 10000 101000 10100011 100111 101011

Color Harmonies of #429880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429880

Black with #429880

Text Example


Text Example

White with #429880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429880; }

 p { color: rgb(66,152,128); }

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

background-color css

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

 a { background-color: rgb(66,152,128); }

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

border-color css

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

 span { border-color: rgb(66,152,128); }

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