#429F8B

Color #429F8B Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #429F8B

Tints of Gossamer #429F8B

Color information

#429F8B (or 0x429F8B) is unknown color: approx Gossamer. HEX triplet: 42, 9F and 8B. RGB value is (66,159,139). Sum of RGB (Red+Green+Blue) = 66+159+139=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 159 - color contains mainly: green. Hex color #429F8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429F8B is #BD6074. Grayscale: #808080. Windows color (decimal): -12410997 or 9150274. OLE color: 9150274.

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

Color convert

RGB66159139-
CMYK0.5800.130.38
HSL167.1º41.33%44.12%-
HSV(B)167.1º58.49%62.35%-
XYZ19.3127.8228.78-
YUV128.91133.6983.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.13%
GREEN value IS 159 (62.5% from 255) = 43.68%
BLUE value IS 139 (54.69% from 255) = 38.19%
R=18.13%
G=43.68%
B=38.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661591390.5800.130.38167.141.3344.12
Hex429F8B3A0D26a7292c
Octal10223721372015462475154
Binary100001010011111100010111110100110110011010100111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #429F8B;
 }
 .AnyTagClassName
 {
   color: #429F8B;
 }
</style>
background-color css

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

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

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

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

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

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