#42AE83

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

Shades of Gossamer #42AE83

Tints of Gossamer #42AE83

Color information

#42AE83 (or 0x42AE83) is unknown color: approx Gossamer. HEX triplet: 42, AE and 83. RGB value is (66,174,131). Sum of RGB (Red+Green+Blue) = 66+174+131=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AE83 is #BD517C. Grayscale: #888888. Windows color (decimal): -12407165 or 8629826. OLE color: 8629826.

HSL color Cylindrical-coordinate representation of color #42AE83: hue angle of 156.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AE83 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB66174131-
CMYK0.6200.250.32
HSL156.11º45%47.06%-
HSV(B)156.11º62.07%68.24%-
XYZ21.4833.0726.72-
YUV136.81124.7277.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.79%
GREEN value IS 174 (68.36% from 255) = 46.90%
BLUE value IS 131 (51.56% from 255) = 35.31%
R=17.79%
G=46.90%
B=35.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661741310.6200.250.32156.114547.06
Hex42AE833E019209c2d2f
Octal10225620376031402345557
Binary1000010101011101000001111111001100110000010011100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42AE83; }

 p { color: rgb(66,174,131); }

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

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

 a { background-color: rgb(66,174,131); }

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

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

 span { border-color: rgb(66,174,131); }

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