#38AA86

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

Shades of Gossamer #38AA86

Tints of Gossamer #38AA86

Color information

#38AA86 (or 0x38AA86) is unknown color: approx Gossamer. HEX triplet: 38, AA and 86. RGB value is (56,170,134). Sum of RGB (Red+Green+Blue) = 56+170+134=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AA86 is #C75579. Grayscale: #838383. Windows color (decimal): -13063546 or 8825400. OLE color: 8825400.

HSL color Cylindrical-coordinate representation of color #38AA86: hue angle of 161.05º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AA86 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB56170134-
CMYK0.6700.210.33
HSL161.05º50.44%44.31%-
HSV(B)161.05º67.06%66.67%-
XYZ20.3131.3127.53-
YUV131.81129.2373.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.56%
GREEN value IS 170 (66.80% from 255) = 47.22%
BLUE value IS 134 (52.73% from 255) = 37.22%
R=15.56%
G=47.22%
B=37.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561701340.6700.210.33161.0550.4444.31
Hex38AA864301521a1322c
Octal70252206103025412416254
Binary1110001010101010000110100001101010110000110100001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38AA86; }

 p { color: rgb(56,170,134); }

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

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

 a { background-color: rgb(56,170,134); }

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

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

 span { border-color: rgb(56,170,134); }

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