#429E92

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

Shades of Gossamer #429E92

Tints of Gossamer #429E92

Color information

#429E92 (or 0x429E92) is unknown color: approx Gossamer. HEX triplet: 42, 9E and 92. RGB value is (66,158,146). Sum of RGB (Red+Green+Blue) = 66+158+146=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #429E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429E92 is #BD616D. Grayscale: #818181. Windows color (decimal): -12411246 or 9608770. OLE color: 9608770.

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

Color convert

RGB66158146-
CMYK0.5800.080.38
HSL172.17º41.07%43.92%-
HSV(B)172.17º58.23%61.96%-
XYZ19.6627.6931.5-
YUV129.12137.5282.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.84%
GREEN value IS 158 (62.11% from 255) = 42.70%
BLUE value IS 146 (57.42% from 255) = 39.46%
R=17.84%
G=42.70%
B=39.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661581460.5800.080.38172.1741.0743.92
Hex429E923A0826ac292c
Octal10223622272010462545154
Binary100001010011110100100101110100100010011010101100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,158,146); }

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

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

 a { background-color: rgb(66,158,146); }

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

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

 span { border-color: rgb(66,158,146); }

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