Html Css Color HEX #429F8F Gossamer

📋 copy color: '#429F8F'

red 66 ◦ green 159 ◦ blue 143

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

Shades of Gossamer #429F8F

Tints of Gossamer #429F8F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.21%

 BLUE value IS 143 (56.25% from 255) = 38.86%

R = 17.93%
G = 43.21%
B = 38.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#429F8F (or 0x429F8F) is known color: Gossamer. HEX triplet: 42, 9F and 8F. RGB value is (66,159,143). Sum of RGB (Red+Green+Blue) = 66+159+143=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 159 - color contains mainly: green. Hex color #429F8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429F8F is #BD6070. Grayscale: #818181. Windows color (decimal): -12410993 or 9412418. OLE color: 9412418.

HSL color Cylindrical-coordinate representation of color #429F8F: hue angle of 169.68º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429F8F is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 159 143 -
CMYK 0.58 0 0.10 0.38
HSL 169.68º 0.41% 0.44% -
HSV(B) 169.68º 0.58% 0.62% -
XYZ 19.6 27.94 30.35 -
YUV 129.37 135.69 82.8 -
System Red Green Blue C M Y K H S L
Decimal 66 159 143 0.58 0 0.10 0.38 169.68 0.41 0.44
Hex 42 9F 8F 3A 0 A 26 AA 29 2C
Octal 102 237 217 72 0 12 46 252 51 54
Binary 1000010 10011111 10001111 111010 0 1010 100110 10101010 101001 101100

Color Harmonies of #429F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429F8F

Black with #429F8F

Text Example


Text Example

White with #429F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,159,143); }

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

background-color css

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

 a { background-color: rgb(66,159,143); }

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

border-color css

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

 span { border-color: rgb(66,159,143); }

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