#38A686

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

Shades of Gossamer #38A686

Tints of Gossamer #38A686

Color information

#38A686 (or 0x38A686) is unknown color: approx Gossamer. HEX triplet: 38, A6 and 86. RGB value is (56,166,134). Sum of RGB (Red+Green+Blue) = 56+166+134=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 166 - color contains mainly: green. Hex color #38A686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A686 is #C75979. Grayscale: #818181. Windows color (decimal): -13064570 or 8824376. OLE color: 8824376.

HSL color Cylindrical-coordinate representation of color #38A686: hue angle of 162.55º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A686 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB56166134-
CMYK0.6600.190.35
HSL162.55º49.55%43.53%-
HSV(B)162.55º66.27%65.1%-
XYZ19.5729.8327.28-
YUV129.46130.5675.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.73%
GREEN value IS 166 (65.23% from 255) = 46.63%
BLUE value IS 134 (52.73% from 255) = 37.64%
R=15.73%
G=46.63%
B=37.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal561661340.6600.190.35162.5549.5543.53
Hex38A6864201323a3322c
Octal70246206102023432436254
Binary1110001010011010000110100001001001110001110100011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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